Html Css Color HEX #51678F Kashmir Blue

📋 copy color: '#51678F'

red 81 ◦ green 103 ◦ blue 143

#51678F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #51678F

Tints of Kashmir Blue #51678F

RGB

 RED value IS 81 (32.03% from 255) = 24.77%

 GREEN value IS 103 (40.63% from 255) = 31.5%

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 24.77%
G = 31.5%
B = 43.73%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#51678F (or 0x51678F) is known color: Kashmir Blue. HEX triplet: 51, 67 and 8F. RGB value is (81,103,143). Sum of RGB (Red+Green+Blue) = 81+103+143=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #51678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51678F is #AE9870. Grayscale: #646464. Windows color (decimal): -11442289 or 9398097. OLE color: 9398097.

HSL color Cylindrical-coordinate representation of color #51678F: hue angle of 218.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51678F is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 103 143 -
CMYK 0.43 0.28 0 0.44
HSL 218.71º 0.28% 0.44% -
HSV(B) 218.71º 0.43% 0.56% -
XYZ 13.2 13.43 27.88 -
YUV 100.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 81 103 143 0.43 0.28 0 0.44 218.71 0.28 0.44
Hex 51 67 8F 2B 1C 0 2C DB 1C 2C
Octal 121 147 217 53 34 0 54 333 34 54
Binary 1010001 1100111 10001111 101011 11100 0 101100 11011011 11100 101100

Color Harmonies of #51678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51678F

Black with #51678F

Text Example


Text Example

White with #51678F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51678F; }

 p { color: rgb(81,103,143); }

 H1.HeaderClassName
 {
   color: #51678F;
 }
 .AnyTagClassName
 {
   color: #51678F;
 }
</style>

background-color css

<style>
 a { background-color: #51678F; }

 a { background-color: rgb(81,103,143); }

 div.DivClassName
 {
   background-color: #51678F;
 }
 .BgClassName
 {
   background-color: #51678F;
 }
</style>

border-color css

<style>
 span { border-color: #51678F; }

 span { border-color: rgb(81,103,143); }

 td.TdClassName
 {
   border-color: #51678F;
 }
 .TagClassName
 {
   border-color: #51678F;
 }
</style>