#526485

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

Shades of Kashmir Blue #526485

Tints of Kashmir Blue #526485

Color information

#526485 (or 0x526485) is unknown color: approx Kashmir Blue. HEX triplet: 52, 64 and 85. RGB value is (82,100,133). Sum of RGB (Red+Green+Blue) = 82+100+133=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #526485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526485 is #AD9B7A. Grayscale: #626262. Windows color (decimal): -11377531 or 8741970. OLE color: 8741970.

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

Color convert

RGB82100133-
CMYK0.380.2500.48
HSL218.82º23.72%42.16%-
HSV(B)218.82º38.35%52.16%-
XYZ12.2712.623.98-
YUV98.38147.54116.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=26.03%
G=31.75%
B=42.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821001330.380.2500.48218.8223.7242.16
Hex5264852619030db182a
Octal12214420546310603333052
Binary10100101100100100001011001101100101100001101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526485; }

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

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

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

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

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

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

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

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