Html Css Color HEX #5E6C7D Kashmir Blue

📋 copy color: '#5E6C7D'

red 94 ◦ green 108 ◦ blue 125

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

Shades of Kashmir Blue #5E6C7D

Tints of Kashmir Blue #5E6C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 28.75%
G = 33.03%
B = 38.23%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E6C7D (or 0x5E6C7D) is known color: Kashmir Blue. HEX triplet: 5E, 6C and 7D. RGB value is (94,108,125). Sum of RGB (Red+Green+Blue) = 94+108+125=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E6C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6C7D is #A19382. Grayscale: #696969. Windows color (decimal): -10589059 or 8219742. OLE color: 8219742.

HSL color Cylindrical-coordinate representation of color #5E6C7D: hue angle of 212.9º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E6C7D is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 108 125 -
CMYK 0.25 0.14 0 0.51
HSL 212.9º 0.14% 0.43% -
HSV(B) 212.9º 0.25% 0.49% -
XYZ 13.68 14.59 21.5 -
YUV 105.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 94 108 125 0.25 0.14 0 0.51 212.9 0.14 0.43
Hex 5E 6C 7D 19 E 0 33 D5 E 2B
Octal 136 154 175 31 16 0 63 325 16 53
Binary 1011110 1101100 1111101 11001 1110 0 110011 11010101 1110 101011

Color Harmonies of #5E6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6C7D

Black with #5E6C7D

Text Example


Text Example

White with #5E6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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