#526490

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

Shades of Kashmir Blue #526490

Tints of Kashmir Blue #526490

Color information

#526490 (or 0x526490) is unknown color: approx Kashmir Blue. HEX triplet: 52, 64 and 90. RGB value is (82,100,144). Sum of RGB (Red+Green+Blue) = 82+100+144=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #526490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526490 is #AD9B6F. Grayscale: #636363. Windows color (decimal): -11377520 or 9462866. OLE color: 9462866.

HSL color Cylindrical-coordinate representation of color #526490: hue angle of 222.58º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526490 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82100144-
CMYK0.430.3100.44
HSL222.58º27.43%44.31%-
HSV(B)222.58º43.06%56.47%-
XYZ13.0712.9228.19-
YUV99.63153.04115.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=25.15%
G=30.67%
B=44.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821001440.430.3100.44222.5827.4344.31
Hex5264902B1F02Cdf1b2c
Octal12214422053370543373354
Binary10100101100100100100001010111111101011001101111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526490; }

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

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

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

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

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

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

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

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