#526387

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

Shades of Kashmir Blue #526387

Tints of Kashmir Blue #526387

Color information

#526387 (or 0x526387) is unknown color: approx Kashmir Blue. HEX triplet: 52, 63 and 87. RGB value is (82,99,135). Sum of RGB (Red+Green+Blue) = 82+99+135=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #526387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526387 is #AD9C78. Grayscale: #616161. Windows color (decimal): -11377785 or 8872786. OLE color: 8872786.

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

Color convert

RGB8299135-
CMYK0.390.2700.47
HSL220.75º24.42%42.55%-
HSV(B)220.75º39.26%52.94%-
XYZ12.3112.4724.68-
YUV98.02148.87116.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 99 (39.06% from 255) = 31.33%
BLUE value IS 135 (53.12% from 255) = 42.72%
R=25.95%
G=31.33%
B=42.72%

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
Decimal82991350.390.2700.47220.7524.4242.55
Hex526387271B02Fdd182b
Octal12214320747330573353053
Binary10100101100011100001111001111101101011111101110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526387; }

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

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

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

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

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

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

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

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