#526C8C

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

Shades of Kashmir Blue #526C8C

Tints of Kashmir Blue #526C8C

Color information

#526C8C (or 0x526C8C) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6C and 8C. RGB value is (82,108,140). Sum of RGB (Red+Green+Blue) = 82+108+140=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #526C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C8C is #AD9373. Grayscale: #676767. Windows color (decimal): -11375476 or 9202770. OLE color: 9202770.

HSL color Cylindrical-coordinate representation of color #526C8C: hue angle of 213.1º 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 #526C8C is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB82108140-
CMYK0.410.2300.45
HSL213.1º26.13%43.53%-
HSV(B)213.1º41.43%54.9%-
XYZ13.5814.4126.88-
YUV103.87148.39112.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=24.85%
G=32.73%
B=42.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821081400.410.2300.45213.126.1343.53
Hex526C8C291702Dd51a2c
Octal12215421451270553253254
Binary10100101101100100011001010011011101011011101010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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