#526998

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

Shades of San Marino #526998

Tints of San Marino #526998

Color information

#526998 (or 0x526998) is unknown color: approx San Marino. HEX triplet: 52, 69 and 98. RGB value is (82,105,152). Sum of RGB (Red+Green+Blue) = 82+105+152=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #526998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526998 is #AD9667. Grayscale: #676767. Windows color (decimal): -11376232 or 9988434. OLE color: 9988434.

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

Color convert

RGB82105152-
CMYK0.460.3100.40
HSL220.29º29.91%45.88%-
HSV(B)220.29º46.05%59.61%-
XYZ14.214.1631.69-
YUV103.48155.38112.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=24.19%
G=30.97%
B=44.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821051520.460.3100.40220.2929.9145.88
Hex5269982E1F028dc1e2e
Octal12215123056370503343656
Binary10100101101001100110001011101111101010001101110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526998; }

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

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

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

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

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

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

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

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