#526188

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

Shades of Kashmir Blue #526188

Tints of Kashmir Blue #526188

Color information

#526188 (or 0x526188) is unknown color: approx Kashmir Blue. HEX triplet: 52, 61 and 88. RGB value is (82,97,136). Sum of RGB (Red+Green+Blue) = 82+97+136=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #526188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526188 is #AD9E77. Grayscale: #606060. Windows color (decimal): -11378296 or 8937810. OLE color: 8937810.

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

Color convert

RGB8297136-
CMYK0.400.2900.47
HSL223.33º24.77%42.75%-
HSV(B)223.33º39.71%53.33%-
XYZ12.212.1224.99-
YUV96.96150.03117.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=26.03%
G=30.79%
B=43.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82971360.400.2900.47223.3324.7742.75
Hex526188281D02Fdf192b
Octal12214121050350573373153
Binary10100101100001100010001010001110101011111101111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526188; }

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

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

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

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

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

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

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

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