Html Css Color HEX #5E687F Kashmir Blue

📋 copy color: '#5E687F'

red 94 ◦ green 104 ◦ blue 127

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

Shades of Kashmir Blue #5E687F

Tints of Kashmir Blue #5E687F

RGB

 RED value IS 94 (37.11% from 255) = 28.92%

 GREEN value IS 104 (41.02% from 255) = 32%

 BLUE value IS 127 (50% from 255) = 39.08%

R = 28.92%
G = 32%
B = 39.08%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E687F (or 0x5E687F) is known color: Kashmir Blue. HEX triplet: 5E, 68 and 7F. RGB value is (94,104,127). Sum of RGB (Red+Green+Blue) = 94+104+127=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E687F is #A19780. Grayscale: #676767. Windows color (decimal): -10590081 or 8349790. OLE color: 8349790.

HSL color Cylindrical-coordinate representation of color #5E687F: hue angle of 221.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E687F is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 104 127 -
CMYK 0.26 0.18 0 0.50
HSL 221.82º 0.15% 0.43% -
HSV(B) 221.82º 0.26% 0.5% -
XYZ 13.4 13.81 22.04 -
YUV 103.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 94 104 127 0.26 0.18 0 0.50 221.82 0.15 0.43
Hex 5E 68 7F 1A 12 0 32 DE F 2B
Octal 136 150 177 32 22 0 62 336 17 53
Binary 1011110 1101000 1111111 11010 10010 0 110010 11011110 1111 101011

Color Harmonies of #5E687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E687F

Black with #5E687F

Text Example


Text Example

White with #5E687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E687F; }

 p { color: rgb(94,104,127); }

 H1.HeaderClassName
 {
   color: #5E687F;
 }
 .AnyTagClassName
 {
   color: #5E687F;
 }
</style>

background-color css

<style>
 a { background-color: #5E687F; }

 a { background-color: rgb(94,104,127); }

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

border-color css

<style>
 span { border-color: #5E687F; }

 span { border-color: rgb(94,104,127); }

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