#526588

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

Shades of Kashmir Blue #526588

Tints of Kashmir Blue #526588

Color information

#526588 (or 0x526588) is unknown color: approx Kashmir Blue. HEX triplet: 52, 65 and 88. RGB value is (82,101,136). Sum of RGB (Red+Green+Blue) = 82+101+136=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #526588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526588 is #AD9A77. Grayscale: #636363. Windows color (decimal): -11377272 or 8938834. OLE color: 8938834.

HSL color Cylindrical-coordinate representation of color #526588: hue angle of 218.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526588 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82101136-
CMYK0.400.2600.47
HSL218.89º24.77%42.75%-
HSV(B)218.89º39.71%53.33%-
XYZ12.5812.8825.12-
YUV99.31148.71115.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=25.71%
G=31.66%
B=42.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821011360.400.2600.47218.8924.7742.75
Hex526588281A02Fdb192b
Octal12214521050320573333153
Binary10100101100101100010001010001101001011111101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526588; }

 p { color: rgb(82,101,136); }

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

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

 a { background-color: rgb(82,101,136); }

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

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

 span { border-color: rgb(82,101,136); }

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