#526688

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

Shades of Kashmir Blue #526688

Tints of Kashmir Blue #526688

Color information

#526688 (or 0x526688) is unknown color: approx Kashmir Blue. HEX triplet: 52, 66 and 88. RGB value is (82,102,136). Sum of RGB (Red+Green+Blue) = 82+102+136=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #526688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526688 is #AD9977. Grayscale: #636363. Windows color (decimal): -11377016 or 8939090. OLE color: 8939090.

HSL color Cylindrical-coordinate representation of color #526688: hue angle of 217.78º 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 #526688 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82102136-
CMYK0.400.2500.47
HSL217.78º24.77%42.75%-
HSV(B)217.78º39.71%53.33%-
XYZ12.6713.0725.15-
YUV99.9148.37115.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=25.62%
G=31.88%
B=42.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821021360.400.2500.47217.7824.7742.75
Hex526688281902Fda192b
Octal12214621050310573323153
Binary10100101100110100010001010001100101011111101101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526688; }

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

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

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

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

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

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

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

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