#526592

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

Shades of Kashmir Blue #526592

Tints of Kashmir Blue #526592

Color information

#526592 (or 0x526592) is unknown color: approx Kashmir Blue. HEX triplet: 52, 65 and 92. RGB value is (82,101,146). Sum of RGB (Red+Green+Blue) = 82+101+146=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #526592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526592 is #AD9A6D. Grayscale: #646464. Windows color (decimal): -11377262 or 9594194. OLE color: 9594194.

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

Color convert

RGB82101146-
CMYK0.440.3100.43
HSL222.19º28.07%44.71%-
HSV(B)222.19º43.84%57.25%-
XYZ13.3213.1829.04-
YUV100.45153.71114.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=24.92%
G=30.70%
B=44.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821011460.440.3100.43222.1928.0744.71
Hex5265922C1F02Bde1c2d
Octal12214522254370533363455
Binary10100101100101100100101011001111101010111101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526592; }

 p { color: rgb(82,101,146); }

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

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

 a { background-color: rgb(82,101,146); }

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

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

 span { border-color: rgb(82,101,146); }

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