Html Css Color HEX #5A7287 Kashmir Blue

📋 copy color: '#5A7287'

red 90 ◦ green 114 ◦ blue 135

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

Shades of Kashmir Blue #5A7287

Tints of Kashmir Blue #5A7287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.82%

R = 26.55%
G = 33.63%
B = 39.82%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A7287 (or 0x5A7287) is known color: Kashmir Blue. HEX triplet: 5A, 72 and 87. RGB value is (90,114,135). Sum of RGB (Red+Green+Blue) = 90+114+135=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A7287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7287 is #A58D78. Grayscale: #6D6D6D. Windows color (decimal): -10849657 or 8876634. OLE color: 8876634.

HSL color Cylindrical-coordinate representation of color #5A7287: hue angle of 208º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A7287 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 114 135 -
CMYK 0.33 0.16 0 0.47
HSL 208º 0.2% 0.44% -
HSV(B) 208º 0.33% 0.53% -
XYZ 14.61 15.96 25.23 -
YUV 109.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 90 114 135 0.33 0.16 0 0.47 208 0.2 0.44
Hex 5A 72 87 21 10 0 2F D0 14 2C
Octal 132 162 207 41 20 0 57 320 24 54
Binary 1011010 1110010 10000111 100001 10000 0 101111 11010000 10100 101100

Color Harmonies of #5A7287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7287

Black with #5A7287

Text Example


Text Example

White with #5A7287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,114,135); }

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

background-color css

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

 a { background-color: rgb(90,114,135); }

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

border-color css

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

 span { border-color: rgb(90,114,135); }

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