#527998

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

Shades of San Marino #527998

Tints of San Marino #527998

Color information

#527998 (or 0x527998) is unknown color: approx San Marino. HEX triplet: 52, 79 and 98. RGB value is (82,121,152). Sum of RGB (Red+Green+Blue) = 82+121+152=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #527998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527998 is #AD8667. Grayscale: #707070. Windows color (decimal): -11372136 or 9992530. OLE color: 9992530.

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

Color convert

RGB82121152-
CMYK0.460.2000.40
HSL206.57º29.91%45.88%-
HSV(B)206.57º46.05%59.61%-
XYZ15.9817.7432.29-
YUV112.87150.08105.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=23.10%
G=34.08%
B=42.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821211520.460.2000.40206.5729.9145.88
Hex5279982E14028cf1e2e
Octal12217123056240503173656
Binary10100101111001100110001011101010001010001100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527998; }

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

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

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

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

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

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

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

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