#527296

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

Shades of Kashmir Blue #527296

Tints of Kashmir Blue #527296

Color information

#527296 (or 0x527296) is unknown color: approx Kashmir Blue. HEX triplet: 52, 72 and 96. RGB value is (82,114,150). Sum of RGB (Red+Green+Blue) = 82+114+150=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #527296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527296 is #AD8D69. Grayscale: #6C6C6C. Windows color (decimal): -11373930 or 9859666. OLE color: 9859666.

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

Color convert

RGB82114150-
CMYK0.450.2400.41
HSL211.76º29.31%45.49%-
HSV(B)211.76º45.33%58.82%-
XYZ1516.0331.16-
YUV108.54151.4109.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=23.70%
G=32.95%
B=43.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821141500.450.2400.41211.7629.3145.49
Hex5272962D18029d41d2d
Octal12216222655300513243555
Binary10100101110010100101101011011100001010011101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527296; }

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

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

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

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

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

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

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

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