#527398

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

Shades of San Marino #527398

Tints of San Marino #527398

Color information

#527398 (or 0x527398) is unknown color: approx San Marino. HEX triplet: 52, 73 and 98. RGB value is (82,115,152). Sum of RGB (Red+Green+Blue) = 82+115+152=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #527398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527398 is #AD8C67. Grayscale: #6D6D6D. Windows color (decimal): -11373672 or 9990994. OLE color: 9990994.

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

Color convert

RGB82115152-
CMYK0.460.2400.40
HSL211.71º29.91%45.88%-
HSV(B)211.71º46.05%59.61%-
XYZ15.2816.3232.05-
YUV109.35152.07108.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 152 (59.77% from 255) = 43.55%
R=23.50%
G=32.95%
B=43.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821151520.460.2400.40211.7129.9145.88
Hex5273982E18028d41e2e
Octal12216323056300503243656
Binary10100101110011100110001011101100001010001101010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527398; }

 p { color: rgb(82,115,152); }

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

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

 a { background-color: rgb(82,115,152); }

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

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

 span { border-color: rgb(82,115,152); }

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