#527197

Color #527197 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #527197

Tints of San Marino #527197

Color information

#527197 (or 0x527197) is unknown color: approx San Marino. HEX triplet: 52, 71 and 97. RGB value is (82,113,151). Sum of RGB (Red+Green+Blue) = 82+113+151=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #527197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527197 is #AD8E68. Grayscale: #6B6B6B. Windows color (decimal): -11374185 or 9924946. OLE color: 9924946.

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

Color convert

RGB82113151-
CMYK0.460.2500.41
HSL213.04º29.61%45.69%-
HSV(B)213.04º45.7%59.22%-
XYZ14.9715.8431.55-
YUV108.06152.23109.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=23.70%
G=32.66%
B=43.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821131510.460.2500.41213.0429.6145.69
Hex5271972E19029d51e2e
Octal12216122756310513253656
Binary10100101110001100101111011101100101010011101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527197; }

 p { color: rgb(82,113,151); }

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

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

 a { background-color: rgb(82,113,151); }

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

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

 span { border-color: rgb(82,113,151); }

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