#527396

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

Shades of Kashmir Blue #527396

Tints of Kashmir Blue #527396

Color information

#527396 (or 0x527396) is unknown color: approx Kashmir Blue. HEX triplet: 52, 73 and 96. RGB value is (82,115,150). Sum of RGB (Red+Green+Blue) = 82+115+150=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #527396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527396 is #AD8C69. Grayscale: #6C6C6C. Windows color (decimal): -11373674 or 9859922. OLE color: 9859922.

HSL color Cylindrical-coordinate representation of color #527396: hue angle of 210.88º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527396 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82115150-
CMYK0.450.2300.41
HSL210.88º29.31%45.49%-
HSV(B)210.88º45.33%58.82%-
XYZ15.1216.2631.2-
YUV109.12151.07108.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=23.63%
G=33.14%
B=43.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821151500.450.2300.41210.8829.3145.49
Hex5273962D17029d31d2d
Octal12216322655270513233555
Binary10100101110011100101101011011011101010011101001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527396; }

 p { color: rgb(82,115,150); }

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

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

 a { background-color: rgb(82,115,150); }

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

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

 span { border-color: rgb(82,115,150); }

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