#526486

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

Shades of Kashmir Blue #526486

Tints of Kashmir Blue #526486

Color information

#526486 (or 0x526486) is unknown color: approx Kashmir Blue. HEX triplet: 52, 64 and 86. RGB value is (82,100,134). Sum of RGB (Red+Green+Blue) = 82+100+134=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #526486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526486 is #AD9B79. Grayscale: #626262. Windows color (decimal): -11377530 or 8807506. OLE color: 8807506.

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

Color convert

RGB82100134-
CMYK0.390.2500.47
HSL219.23º24.07%42.35%-
HSV(B)219.23º38.81%52.55%-
XYZ12.3412.6324.34-
YUV98.49148.04116.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=25.95%
G=31.65%
B=42.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821001340.390.2500.47219.2324.0742.35
Hex526486271902Fdb182a
Octal12214420647310573333052
Binary10100101100100100001101001111100101011111101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526486; }

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

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

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

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

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

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

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

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