Html Css Color HEX #5E7088 Kashmir Blue

📋 copy color: '#5E7088'

red 94 ◦ green 112 ◦ blue 136

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

Shades of Kashmir Blue #5E7088

Tints of Kashmir Blue #5E7088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 136 (53.52% from 255) = 39.77%

R = 27.49%
G = 32.75%
B = 39.77%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E7088 (or 0x5E7088) is known color: Kashmir Blue. HEX triplet: 5E, 70 and 88. RGB value is (94,112,136). Sum of RGB (Red+Green+Blue) = 94+112+136=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E7088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7088 is #A18F77. Grayscale: #6D6D6D. Windows color (decimal): -10588024 or 8941662. OLE color: 8941662.

HSL color Cylindrical-coordinate representation of color #5E7088: hue angle of 214.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E7088 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 112 136 -
CMYK 0.31 0.18 0 0.47
HSL 214.29º 0.18% 0.45% -
HSV(B) 214.29º 0.31% 0.53% -
XYZ 14.85 15.75 25.55 -
YUV 109.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 94 112 136 0.31 0.18 0 0.47 214.29 0.18 0.45
Hex 5E 70 88 1F 12 0 2F D6 12 2D
Octal 136 160 210 37 22 0 57 326 22 55
Binary 1011110 1110000 10001000 11111 10010 0 101111 11010110 10010 101101

Color Harmonies of #5E7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7088

Black with #5E7088

Text Example


Text Example

White with #5E7088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,136); }

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

background-color css

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

 a { background-color: rgb(94,112,136); }

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

border-color css

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

 span { border-color: rgb(94,112,136); }

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