Html Css Color HEX #51678E Kashmir Blue

📋 copy color: '#51678E'

red 81 ◦ green 103 ◦ blue 142

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

Shades of Kashmir Blue #51678E

Tints of Kashmir Blue #51678E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 24.85%
G = 31.6%
B = 43.56%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51678E (or 0x51678E) is known color: Kashmir Blue. HEX triplet: 51, 67 and 8E. RGB value is (81,103,142). Sum of RGB (Red+Green+Blue) = 81+103+142=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #51678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51678E is #AE9871. Grayscale: #646464. Windows color (decimal): -11442290 or 9332561. OLE color: 9332561.

HSL color Cylindrical-coordinate representation of color #51678E: hue angle of 218.36º degrees, saturation: 0.27, 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 #51678E is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 103 142 -
CMYK 0.43 0.27 0 0.44
HSL 218.36º 0.27% 0.44% -
HSV(B) 218.36º 0.43% 0.56% -
XYZ 13.13 13.4 27.49 -
YUV 100.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 81 103 142 0.43 0.27 0 0.44 218.36 0.27 0.44
Hex 51 67 8E 2B 1B 0 2C DA 1B 2C
Octal 121 147 216 53 33 0 54 332 33 54
Binary 1010001 1100111 10001110 101011 11011 0 101100 11011010 11011 101100

Color Harmonies of #51678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51678E

Black with #51678E

Text Example


Text Example

White with #51678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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