Html Css Color HEX #5A7187 Kashmir Blue

📋 copy color: '#5A7187'

red 90 ◦ green 113 ◦ blue 135

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

Shades of Kashmir Blue #5A7187

Tints of Kashmir Blue #5A7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.43%

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

R = 26.63%
G = 33.43%
B = 39.94%

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

#5A7187 (or 0x5A7187) is known color: Kashmir Blue. HEX triplet: 5A, 71 and 87. RGB value is (90,113,135). Sum of RGB (Red+Green+Blue) = 90+113+135=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A7187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7187 is #A58E78. Grayscale: #6C6C6C. Windows color (decimal): -10849913 or 8876378. OLE color: 8876378.

HSL color Cylindrical-coordinate representation of color #5A7187: hue angle of 209.33º 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 #5A7187 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 113 135 -
CMYK 0.33 0.16 0 0.47
HSL 209.33º 0.2% 0.44% -
HSV(B) 209.33º 0.33% 0.53% -
XYZ 14.49 15.73 25.19 -
YUV 108.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 90 113 135 0.33 0.16 0 0.47 209.33 0.2 0.44
Hex 5A 71 87 21 10 0 2F D1 14 2C
Octal 132 161 207 41 20 0 57 321 24 54
Binary 1011010 1110001 10000111 100001 10000 0 101111 11010001 10100 101100

Color Harmonies of #5A7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7187

Black with #5A7187

Text Example


Text Example

White with #5A7187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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