#526385

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

Shades of Kashmir Blue #526385

Tints of Kashmir Blue #526385

Color information

#526385 (or 0x526385) is unknown color: approx Kashmir Blue. HEX triplet: 52, 63 and 85. RGB value is (82,99,133). Sum of RGB (Red+Green+Blue) = 82+99+133=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #526385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526385 is #AD9C7A. Grayscale: #616161. Windows color (decimal): -11377787 or 8741714. OLE color: 8741714.

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

Color convert

RGB8299133-
CMYK0.380.2600.48
HSL220º23.72%42.16%-
HSV(B)220º38.35%52.16%-
XYZ12.1812.4123.94-
YUV97.79147.87116.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=26.11%
G=31.53%
B=42.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82991330.380.2600.4822023.7242.16
Hex526385261A030dc182a
Octal12214320546320603343052
Binary10100101100011100001011001101101001100001101110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526385; }

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

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

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

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

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

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

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

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