Shades of Kashmir Blue #5E6F82
Tints of Kashmir Blue #5E6F82
RGB
CMYK
RGB Variations
Color information
#5E6F82 (or 0x5E6F82) is known color: Kashmir Blue. HEX triplet: 5E, 6F and 82. RGB value is (94,111,130). Sum of RGB (Red+Green+Blue) = 94+111+130=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E6F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6F82 is #A1907D. Grayscale: #6B6B6B. Windows color (decimal): -10588286 or 8548190. OLE color: 8548190.
HSL color Cylindrical-coordinate representation of color #5E6F82: hue angle of 211.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E6F82 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 94 | 111 | 130 | - |
CMYK | 0.28 | 0.15 | 0 | 0.49 |
HSL | 211.67º | 0.16% | 0.44% | - |
HSV(B) | 211.67º | 0.28% | 0.51% | - |
XYZ | 14.33 | 15.36 | 23.33 | - |
YUV | 108.08 | 140.37 | 117.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 111 | 130 | 0.28 | 0.15 | 0 | 0.49 | 211.67 | 0.16 | 0.44 |
Hex | 5E | 6F | 82 | 1C | F | 0 | 31 | D4 | 10 | 2C |
Octal | 136 | 157 | 202 | 34 | 17 | 0 | 61 | 324 | 20 | 54 |
Binary | 1011110 | 1101111 | 10000010 | 11100 | 1111 | 0 | 110001 | 11010100 | 10000 | 101100 |
Color Harmonies of #5E6F82
Complementary color
Monochromatic Colors of #5E6F82
Black with #5E6F82
Text Example
Text Example
White with #5E6F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F82; }
p { color: rgb(94,111,130); }
H1.HeaderClassName
{
color: #5E6F82;
}
.AnyTagClassName
{
color: #5E6F82;
}
</style>
background-color css
<style>
a { background-color: #5E6F82; }
a { background-color: rgb(94,111,130); }
div.DivClassName
{
background-color: #5E6F82;
}
.BgClassName
{
background-color: #5E6F82;
}
</style>
border-color css
<style>
span { border-color: #5E6F82; }
span { border-color: rgb(94,111,130); }
td.TdClassName
{
border-color: #5E6F82;
}
.TagClassName
{
border-color: #5E6F82;
}
</style>