#526484

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

Shades of Kashmir Blue #526484

Tints of Kashmir Blue #526484

Color information

#526484 (or 0x526484) is unknown color: approx Kashmir Blue. HEX triplet: 52, 64 and 84. RGB value is (82,100,132). Sum of RGB (Red+Green+Blue) = 82+100+132=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #526484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526484 is #AD9B7B. Grayscale: #626262. Windows color (decimal): -11377532 or 8676434. OLE color: 8676434.

HSL color Cylindrical-coordinate representation of color #526484: hue angle of 218.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526484 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82100132-
CMYK0.380.2400.48
HSL218.4º23.36%41.96%-
HSV(B)218.4º37.88%51.76%-
XYZ12.212.5723.61-
YUV98.27147.04116.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=26.11%
G=31.85%
B=42.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821001320.380.2400.48218.423.3641.96
Hex5264842618030da172a
Octal12214420446300603322752
Binary10100101100100100001001001101100001100001101101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526484; }

 p { color: rgb(82,100,132); }

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

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

 a { background-color: rgb(82,100,132); }

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

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

 span { border-color: rgb(82,100,132); }

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