#5A6885

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

Shades of Kashmir Blue #5A6885

Tints of Kashmir Blue #5A6885

Color information

#5A6885 (or 0x5A6885) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 68 and 85. RGB value is (90,104,133). Sum of RGB (Red+Green+Blue) = 90+104+133=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A6885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6885 is #A5977A. Grayscale: #666666. Windows color (decimal): -10852219 or 8743002. OLE color: 8743002.

HSL color Cylindrical-coordinate representation of color #5A6885: hue angle of 220.47º 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 #5A6885 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB90104133-
CMYK0.320.2200.48
HSL220.47º19.28%43.73%-
HSV(B)220.47º32.33%52.16%-
XYZ13.413.7724.14-
YUV103.12144.86118.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=27.52%
G=31.80%
B=40.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal901041330.320.2200.48220.4719.2843.73
Hex5A68852016030dc132c
Octal13215020540260603342354
Binary10110101101000100001011000001011001100001101110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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