Html Css Color HEX #51668E Kashmir Blue

📋 copy color: '#51668E'

red 81 ◦ green 102 ◦ blue 142

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

Shades of Kashmir Blue #51668E

Tints of Kashmir Blue #51668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 24.92%
G = 31.38%
B = 43.69%

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

#51668E (or 0x51668E) is known color: Kashmir Blue. HEX triplet: 51, 66 and 8E. RGB value is (81,102,142). Sum of RGB (Red+Green+Blue) = 81+102+142=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #51668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51668E is #AE9971. Grayscale: #646464. Windows color (decimal): -11442546 or 9332305. OLE color: 9332305.

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

Color convert

RGB 81 102 142 -
CMYK 0.43 0.28 0 0.44
HSL 219.34º 0.27% 0.44% -
HSV(B) 219.34º 0.43% 0.56% -
XYZ 13.03 13.21 27.45 -
YUV 100.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 81 102 142 0.43 0.28 0 0.44 219.34 0.27 0.44
Hex 51 66 8E 2B 1C 0 2C DB 1B 2C
Octal 121 146 216 53 34 0 54 333 33 54
Binary 1010001 1100110 10001110 101011 11100 0 101100 11011011 11011 101100

Color Harmonies of #51668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51668E

Black with #51668E

Text Example


Text Example

White with #51668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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