#526D98

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

Shades of San Marino #526D98

Tints of San Marino #526D98

Color information

#526D98 (or 0x526D98) is unknown color: approx San Marino. HEX triplet: 52, 6D and 98. RGB value is (82,109,152). Sum of RGB (Red+Green+Blue) = 82+109+152=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #526D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D98 is #AD9267. Grayscale: #696969. Windows color (decimal): -11375208 or 9989458. OLE color: 9989458.

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

Color convert

RGB82109152-
CMYK0.460.2800.40
HSL216.86º29.91%45.88%-
HSV(B)216.86º46.05%59.61%-
XYZ14.621531.83-
YUV105.83154.05111-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=23.91%
G=31.78%
B=44.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821091520.460.2800.40216.8629.9145.88
Hex526D982E1C028d91e2e
Octal12215523056340503313656
Binary10100101101101100110001011101110001010001101100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526D98; }

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

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

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

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

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

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

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

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