#526286

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

Shades of Kashmir Blue #526286

Tints of Kashmir Blue #526286

Color information

#526286 (or 0x526286) is unknown color: approx Kashmir Blue. HEX triplet: 52, 62 and 86. RGB value is (82,98,134). Sum of RGB (Red+Green+Blue) = 82+98+134=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #526286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526286 is #AD9D79. Grayscale: #616161. Windows color (decimal): -11378042 or 8806994. OLE color: 8806994.

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

Color convert

RGB8298134-
CMYK0.390.2700.47
HSL221.54º24.07%42.35%-
HSV(B)221.54º38.81%52.55%-
XYZ12.1512.2524.28-
YUV97.32148.7117.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=26.11%
G=31.21%
B=42.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82981340.390.2700.47221.5424.0742.35
Hex526286271B02Fde182a
Octal12214220647330573363052
Binary10100101100010100001101001111101101011111101111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526286; }

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

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

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

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

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

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

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

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