#527696

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

Shades of Kashmir Blue #527696

Tints of Kashmir Blue #527696

Color information

#527696 (or 0x527696) is unknown color: approx Kashmir Blue. HEX triplet: 52, 76 and 96. RGB value is (82,118,150). Sum of RGB (Red+Green+Blue) = 82+118+150=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #527696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527696 is #AD8969. Grayscale: #6E6E6E. Windows color (decimal): -11372906 or 9860690. OLE color: 9860690.

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

Color convert

RGB82118150-
CMYK0.450.2100.41
HSL208.24º29.31%45.49%-
HSV(B)208.24º45.33%58.82%-
XYZ15.4616.9531.31-
YUV110.88150.07107.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=23.43%
G=33.71%
B=42.86%

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
Decimal821181500.450.2100.41208.2429.3145.49
Hex5276962D15029d01d2d
Octal12216622655250513203555
Binary10100101110110100101101011011010101010011101000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527696; }

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

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

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

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

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

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

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

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