Html Css Color HEX #5E7590 Kashmir Blue

📋 copy color: '#5E7590'

red 94 ◦ green 117 ◦ blue 144

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

Shades of Kashmir Blue #5E7590

Tints of Kashmir Blue #5E7590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 26.48%
G = 32.96%
B = 40.56%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E7590 (or 0x5E7590) is known color: Kashmir Blue. HEX triplet: 5E, 75 and 90. RGB value is (94,117,144). Sum of RGB (Red+Green+Blue) = 94+117+144=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E7590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7590 is #A18A6F. Grayscale: #717171. Windows color (decimal): -10586736 or 9467230. OLE color: 9467230.

HSL color Cylindrical-coordinate representation of color #5E7590: hue angle of 212.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E7590 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 117 144 -
CMYK 0.35 0.19 0 0.44
HSL 212.4º 0.21% 0.47% -
HSV(B) 212.4º 0.35% 0.56% -
XYZ 16.01 17.12 28.85 -
YUV 113.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 94 117 144 0.35 0.19 0 0.44 212.4 0.21 0.47
Hex 5E 75 90 23 13 0 2C D4 15 2F
Octal 136 165 220 43 23 0 54 324 25 57
Binary 1011110 1110101 10010000 100011 10011 0 101100 11010100 10101 101111

Color Harmonies of #5E7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7590

Black with #5E7590

Text Example


Text Example

White with #5E7590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,144); }

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

background-color css

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

 a { background-color: rgb(94,117,144); }

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

border-color css

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

 span { border-color: rgb(94,117,144); }

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