#526887

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

Shades of Kashmir Blue #526887

Tints of Kashmir Blue #526887

Color information

#526887 (or 0x526887) is unknown color: approx Kashmir Blue. HEX triplet: 52, 68 and 87. RGB value is (82,104,135). Sum of RGB (Red+Green+Blue) = 82+104+135=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #526887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526887 is #AD9778. Grayscale: #646464. Windows color (decimal): -11376505 or 8874066. OLE color: 8874066.

HSL color Cylindrical-coordinate representation of color #526887: hue angle of 215.09º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #526887 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82104135-
CMYK0.390.2300.47
HSL215.09º24.42%42.55%-
HSV(B)215.09º39.26%52.94%-
XYZ12.813.4424.84-
YUV100.96147.21114.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=25.55%
G=32.40%
B=42.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821041350.390.2300.47215.0924.4242.55
Hex526887271702Fd7182b
Octal12215020747270573273053
Binary10100101101000100001111001111011101011111101011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526887; }

 p { color: rgb(82,104,135); }

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

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

 a { background-color: rgb(82,104,135); }

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

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

 span { border-color: rgb(82,104,135); }

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