#5A6A81

Color #5A6A81 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #5A6A81

Tints of Kashmir Blue #5A6A81

Color information

#5A6A81 (or 0x5A6A81) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 6A and 81. RGB value is (90,106,129). Sum of RGB (Red+Green+Blue) = 90+106+129=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 129 - color contains mainly: blue. Hex color #5A6A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6A81 is #A5957E. Grayscale: #676767. Windows color (decimal): -10851711 or 8481370. OLE color: 8481370.

HSL color Cylindrical-coordinate representation of color #5A6A81: hue angle of 215.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A6A81 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB90106129-
CMYK0.300.1800.49
HSL215.38º17.81%42.94%-
HSV(B)215.38º30.23%50.59%-
XYZ13.3314.0722.78-
YUV103.84142.2118.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=27.69%
G=32.62%
B=39.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal901061290.300.1800.49215.3817.8142.94
Hex5A6A811E12031d7122b
Octal13215220136220613272253
Binary1011010110101010000001111101001001100011101011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,106,129); }

 H1.HeaderClassName
 {
   color: #5A6A81;
 }
 .AnyTagClassName
 {
   color: #5A6A81;
 }
</style>
background-color css

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

 a { background-color: rgb(90,106,129); }

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

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

 span { border-color: rgb(90,106,129); }

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