#526A8C

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

Shades of Kashmir Blue #526A8C

Tints of Kashmir Blue #526A8C

Color information

#526A8C (or 0x526A8C) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6A and 8C. RGB value is (82,106,140). Sum of RGB (Red+Green+Blue) = 82+106+140=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #526A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A8C is #AD9573. Grayscale: #666666. Windows color (decimal): -11375988 or 9202258. OLE color: 9202258.

HSL color Cylindrical-coordinate representation of color #526A8C: hue angle of 215.17º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #526A8C is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB82106140-
CMYK0.410.2400.45
HSL215.17º26.13%43.53%-
HSV(B)215.17º41.43%54.9%-
XYZ13.371426.81-
YUV102.7149.05113.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=25%
G=32.32%
B=42.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821061400.410.2400.45215.1726.1343.53
Hex526A8C291802Dd71a2c
Octal12215221451300553273254
Binary10100101101010100011001010011100001011011101011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A8C; }

 p { color: rgb(82,106,140); }

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

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

 a { background-color: rgb(82,106,140); }

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

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

 span { border-color: rgb(82,106,140); }

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