#527698

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

Shades of San Marino #527698

Tints of San Marino #527698

Color information

#527698 (or 0x527698) is unknown color: approx San Marino. HEX triplet: 52, 76 and 98. RGB value is (82,118,152). Sum of RGB (Red+Green+Blue) = 82+118+152=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #527698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527698 is #AD8967. Grayscale: #6E6E6E. Windows color (decimal): -11372904 or 9991762. OLE color: 9991762.

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

Color convert

RGB82118152-
CMYK0.460.2200.40
HSL209.14º29.91%45.88%-
HSV(B)209.14º46.05%59.61%-
XYZ15.6317.0232.17-
YUV111.11151.07107.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=23.30%
G=33.52%
B=43.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821181520.460.2200.40209.1429.9145.88
Hex5276982E16028d11e2e
Octal12216623056260503213656
Binary10100101110110100110001011101011001010001101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527698; }

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

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

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

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

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

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

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

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