#527496

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

Shades of Kashmir Blue #527496

Tints of Kashmir Blue #527496

Color information

#527496 (or 0x527496) is unknown color: approx Kashmir Blue. HEX triplet: 52, 74 and 96. RGB value is (82,116,150). Sum of RGB (Red+Green+Blue) = 82+116+150=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #527496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527496 is #AD8B69. Grayscale: #6D6D6D. Windows color (decimal): -11373418 or 9860178. OLE color: 9860178.

HSL color Cylindrical-coordinate representation of color #527496: hue angle of 210º 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 #527496 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82116150-
CMYK0.450.2300.41
HSL210º29.31%45.49%-
HSV(B)210º45.33%58.82%-
XYZ15.2316.4931.23-
YUV109.71150.74108.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=23.56%
G=33.33%
B=43.10%

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
Decimal821161500.450.2300.4121029.3145.49
Hex5274962D17029d21d2d
Octal12216422655270513223555
Binary10100101110100100101101011011011101010011101001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527496; }

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

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

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

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

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

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

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

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