#5A6C85

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

Shades of Kashmir Blue #5A6C85

Tints of Kashmir Blue #5A6C85

Color information

#5A6C85 (or 0x5A6C85) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 6C and 85. RGB value is (90,108,133). Sum of RGB (Red+Green+Blue) = 90+108+133=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A6C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6C85 is #A5937A. Grayscale: #696969. Windows color (decimal): -10851195 or 8744026. OLE color: 8744026.

HSL color Cylindrical-coordinate representation of color #5A6C85: hue angle of 214.88º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6C85 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB90108133-
CMYK0.320.1900.48
HSL214.88º19.28%43.73%-
HSV(B)214.88º32.33%52.16%-
XYZ13.8114.5924.28-
YUV105.47143.54116.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.19%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=27.19%
G=32.63%
B=40.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal901081330.320.1900.48214.8819.2843.73
Hex5A6C852013030d7132c
Octal13215420540230603272354
Binary10110101101100100001011000001001101100001101011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,108,133); }

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

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

 a { background-color: rgb(90,108,133); }

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

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

 span { border-color: rgb(90,108,133); }

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