#527297

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

Shades of San Marino #527297

Tints of San Marino #527297

Color information

#527297 (or 0x527297) is unknown color: approx San Marino. HEX triplet: 52, 72 and 97. RGB value is (82,114,151). Sum of RGB (Red+Green+Blue) = 82+114+151=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #527297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527297 is #AD8D68. Grayscale: #6C6C6C. Windows color (decimal): -11373929 or 9925202. OLE color: 9925202.

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

Color convert

RGB82114151-
CMYK0.460.2500.41
HSL212.17º29.61%45.69%-
HSV(B)212.17º45.7%59.22%-
XYZ15.0816.0631.58-
YUV108.65151.9108.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=23.63%
G=32.85%
B=43.52%

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
Decimal821141510.460.2500.41212.1729.6145.69
Hex5272972E19029d41e2e
Octal12216222756310513243656
Binary10100101110010100101111011101100101010011101010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527297; }

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

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

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

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

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

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

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

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