Html Css Color HEX #5E7289 Kashmir Blue

📋 copy color: '#5E7289'

red 94 ◦ green 114 ◦ blue 137

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

Shades of Kashmir Blue #5E7289

Tints of Kashmir Blue #5E7289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.04%

 BLUE value IS 137 (53.91% from 255) = 39.71%

R = 27.25%
G = 33.04%
B = 39.71%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5E7289 (or 0x5E7289) is known color: Kashmir Blue. HEX triplet: 5E, 72 and 89. RGB value is (94,114,137). Sum of RGB (Red+Green+Blue) = 94+114+137=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E7289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7289 is #A18D76. Grayscale: #6E6E6E. Windows color (decimal): -10587511 or 9007710. OLE color: 9007710.

HSL color Cylindrical-coordinate representation of color #5E7289: hue angle of 212.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E7289 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 114 137 -
CMYK 0.31 0.17 0 0.46
HSL 212.09º 0.19% 0.45% -
HSV(B) 212.09º 0.31% 0.54% -
XYZ 15.15 16.22 26 -
YUV 110.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 94 114 137 0.31 0.17 0 0.46 212.09 0.19 0.45
Hex 5E 72 89 1F 11 0 2E D4 13 2D
Octal 136 162 211 37 21 0 56 324 23 55
Binary 1011110 1110010 10001001 11111 10001 0 101110 11010100 10011 101101

Color Harmonies of #5E7289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7289

Black with #5E7289

Text Example


Text Example

White with #5E7289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,114,137); }

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

background-color css

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

 a { background-color: rgb(94,114,137); }

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

border-color css

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

 span { border-color: rgb(94,114,137); }

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