Html Css Color HEX #5A7086 Kashmir Blue

📋 copy color: '#5A7086'

red 90 ◦ green 112 ◦ blue 134

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

Shades of Kashmir Blue #5A7086

Tints of Kashmir Blue #5A7086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.88%

R = 26.79%
G = 33.33%
B = 39.88%

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

#5A7086 (or 0x5A7086) is known color: Kashmir Blue. HEX triplet: 5A, 70 and 86. RGB value is (90,112,134). Sum of RGB (Red+Green+Blue) = 90+112+134=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A7086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7086 is #A58F79. Grayscale: #6B6B6B. Windows color (decimal): -10850170 or 8810586. OLE color: 8810586.

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

Color convert

RGB 90 112 134 -
CMYK 0.33 0.16 0 0.47
HSL 210º 0.2% 0.44% -
HSV(B) 210º 0.33% 0.53% -
XYZ 14.31 15.48 24.79 -
YUV 107.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 90 112 134 0.33 0.16 0 0.47 210 0.2 0.44
Hex 5A 70 86 21 10 0 2F D2 14 2C
Octal 132 160 206 41 20 0 57 322 24 54
Binary 1011010 1110000 10000110 100001 10000 0 101111 11010010 10100 101100

Color Harmonies of #5A7086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7086

Black with #5A7086

Text Example


Text Example

White with #5A7086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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