#526386

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

Shades of Kashmir Blue #526386

Tints of Kashmir Blue #526386

Color information

#526386 (or 0x526386) is unknown color: approx Kashmir Blue. HEX triplet: 52, 63 and 86. RGB value is (82,99,134). Sum of RGB (Red+Green+Blue) = 82+99+134=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #526386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526386 is #AD9C79. Grayscale: #616161. Windows color (decimal): -11377786 or 8807250. OLE color: 8807250.

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

Color convert

RGB8299134-
CMYK0.390.2600.47
HSL220.38º24.07%42.35%-
HSV(B)220.38º38.81%52.55%-
XYZ12.2412.4424.31-
YUV97.91148.37116.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=26.03%
G=31.43%
B=42.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82991340.390.2600.47220.3824.0742.35
Hex526386271A02Fdc182a
Octal12214320647320573343052
Binary10100101100011100001101001111101001011111101110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526386; }

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

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

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

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

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

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

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

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