#526585

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

Shades of Kashmir Blue #526585

Tints of Kashmir Blue #526585

Color information

#526585 (or 0x526585) is unknown color: approx Kashmir Blue. HEX triplet: 52, 65 and 85. RGB value is (82,101,133). Sum of RGB (Red+Green+Blue) = 82+101+133=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #526585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526585 is #AD9A7A. Grayscale: #626262. Windows color (decimal): -11377275 or 8742226. OLE color: 8742226.

HSL color Cylindrical-coordinate representation of color #526585: hue angle of 217.65º degrees, saturation: 0.24, 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 #526585 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82101133-
CMYK0.380.2400.48
HSL217.65º23.72%42.16%-
HSV(B)217.65º38.35%52.16%-
XYZ12.3712.7924.01-
YUV98.97147.21115.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=25.95%
G=31.96%
B=42.09%

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
Decimal821011330.380.2400.48217.6523.7242.16
Hex5265852618030da182a
Octal12214520546300603323052
Binary10100101100101100001011001101100001100001101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526585; }

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

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

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

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

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

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

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

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