#526086

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

Shades of Kashmir Blue #526086

Tints of Kashmir Blue #526086

Color information

#526086 (or 0x526086) is unknown color: approx Kashmir Blue. HEX triplet: 52, 60 and 86. RGB value is (82,96,134). Sum of RGB (Red+Green+Blue) = 82+96+134=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #526086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526086 is #AD9F79. Grayscale: #5F5F5F. Windows color (decimal): -11378554 or 8806482. OLE color: 8806482.

HSL color Cylindrical-coordinate representation of color #526086: hue angle of 223.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #526086 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8296134-
CMYK0.390.2800.47
HSL223.85º24.07%42.35%-
HSV(B)223.85º38.81%52.55%-
XYZ11.9711.8824.22-
YUV96.15149.36117.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 134 (52.73% from 255) = 42.95%
R=26.28%
G=30.77%
B=42.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82961340.390.2800.47223.8524.0742.35
Hex526086271C02Fe0182a
Octal12214020647340573403052
Binary10100101100000100001101001111110001011111110000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526086; }

 p { color: rgb(82,96,134); }

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

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

 a { background-color: rgb(82,96,134); }

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

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

 span { border-color: rgb(82,96,134); }

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