Html Css Color HEX #5A7089 Kashmir Blue

📋 copy color: '#5A7089'

red 90 ◦ green 112 ◦ blue 137

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

Shades of Kashmir Blue #5A7089

Tints of Kashmir Blue #5A7089

RGB

 RED value IS 90 (35.55% from 255) = 26.55%

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

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

R = 26.55%
G = 33.04%
B = 40.41%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A7089 (or 0x5A7089) is known color: Kashmir Blue. HEX triplet: 5A, 70 and 89. RGB value is (90,112,137). Sum of RGB (Red+Green+Blue) = 90+112+137=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A7089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7089 is #A58F76. Grayscale: #6C6C6C. Windows color (decimal): -10850167 or 9007194. OLE color: 9007194.

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

Color convert

RGB 90 112 137 -
CMYK 0.34 0.18 0 0.46
HSL 211.91º 0.21% 0.45% -
HSV(B) 211.91º 0.34% 0.54% -
XYZ 14.53 15.57 25.91 -
YUV 108.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 90 112 137 0.34 0.18 0 0.46 211.91 0.21 0.45
Hex 5A 70 89 22 12 0 2E D4 15 2D
Octal 132 160 211 42 22 0 56 324 25 55
Binary 1011010 1110000 10001001 100010 10010 0 101110 11010100 10101 101101

Color Harmonies of #5A7089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7089

Black with #5A7089

Text Example


Text Example

White with #5A7089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,137); }

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

background-color css

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

 a { background-color: rgb(90,112,137); }

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

border-color css

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

 span { border-color: rgb(90,112,137); }

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