#526690

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

Shades of Kashmir Blue #526690

Tints of Kashmir Blue #526690

Color information

#526690 (or 0x526690) is unknown color: approx Kashmir Blue. HEX triplet: 52, 66 and 90. RGB value is (82,102,144). Sum of RGB (Red+Green+Blue) = 82+102+144=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #526690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526690 is #AD996F. Grayscale: #646464. Windows color (decimal): -11377008 or 9463378. OLE color: 9463378.

HSL color Cylindrical-coordinate representation of color #526690: hue angle of 220.65º 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 #526690 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82102144-
CMYK0.430.2900.44
HSL220.65º27.43%44.31%-
HSV(B)220.65º43.06%56.47%-
XYZ13.2713.3128.26-
YUV100.81152.37114.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=25%
G=31.10%
B=43.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821021440.430.2900.44220.6527.4344.31
Hex5266902B1D02Cdd1b2c
Octal12214622053350543353354
Binary10100101100110100100001010111110101011001101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526690; }

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

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

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

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

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

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

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

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