#5A6A88

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

Shades of Kashmir Blue #5A6A88

Tints of Kashmir Blue #5A6A88

Color information

#5A6A88 (or 0x5A6A88) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 6A and 88. RGB value is (90,106,136). Sum of RGB (Red+Green+Blue) = 90+106+136=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A6A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6A88 is #A59577. Grayscale: #686868. Windows color (decimal): -10851704 or 8940122. OLE color: 8940122.

HSL color Cylindrical-coordinate representation of color #5A6A88: hue angle of 219.13º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A6A88 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB90106136-
CMYK0.340.2200.47
HSL219.13º20.35%44.31%-
HSV(B)219.13º33.82%53.33%-
XYZ13.8114.2625.32-
YUV104.64145.7117.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=27.11%
G=31.93%
B=40.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901061360.340.2200.47219.1320.3544.31
Hex5A6A88221602Fdb142c
Octal13215221042260573332454
Binary10110101101010100010001000101011001011111101101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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