#527796

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

Shades of Kashmir Blue #527796

Tints of Kashmir Blue #527796

Color information

#527796 (or 0x527796) is unknown color: approx Kashmir Blue. HEX triplet: 52, 77 and 96. RGB value is (82,119,150). Sum of RGB (Red+Green+Blue) = 82+119+150=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #527796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527796 is #AD8869. Grayscale: #6F6F6F. Windows color (decimal): -11372650 or 9860946. OLE color: 9860946.

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

Color convert

RGB82119150-
CMYK0.450.2100.41
HSL207.35º29.31%45.49%-
HSV(B)207.35º45.33%58.82%-
XYZ15.5817.1931.35-
YUV111.47149.74106.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 150 (58.98% from 255) = 42.74%
R=23.36%
G=33.90%
B=42.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821191500.450.2100.41207.3529.3145.49
Hex5277962D15029cf1d2d
Octal12216722655250513173555
Binary10100101110111100101101011011010101010011100111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527796; }

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

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

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

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

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

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

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

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