Html Css Color HEX #5E6C7F Kashmir Blue

📋 copy color: '#5E6C7F'

red 94 ◦ green 108 ◦ blue 127

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

Shades of Kashmir Blue #5E6C7F

Tints of Kashmir Blue #5E6C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 28.57%
G = 32.83%
B = 38.6%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E6C7F (or 0x5E6C7F) is known color: Kashmir Blue. HEX triplet: 5E, 6C and 7F. RGB value is (94,108,127). Sum of RGB (Red+Green+Blue) = 94+108+127=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E6C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6C7F is #A19380. Grayscale: #696969. Windows color (decimal): -10589057 or 8350814. OLE color: 8350814.

HSL color Cylindrical-coordinate representation of color #5E6C7F: hue angle of 214.55º 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 #5E6C7F is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 108 127 -
CMYK 0.26 0.15 0 0.50
HSL 214.55º 0.15% 0.43% -
HSV(B) 214.55º 0.26% 0.5% -
XYZ 13.81 14.64 22.18 -
YUV 105.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 94 108 127 0.26 0.15 0 0.50 214.55 0.15 0.43
Hex 5E 6C 7F 1A F 0 32 D7 F 2B
Octal 136 154 177 32 17 0 62 327 17 53
Binary 1011110 1101100 1111111 11010 1111 0 110010 11010111 1111 101011

Color Harmonies of #5E6C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6C7F

Black with #5E6C7F

Text Example


Text Example

White with #5E6C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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