#526498

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

Shades of San Marino #526498

Tints of San Marino #526498

Color information

#526498 (or 0x526498) is unknown color: approx San Marino. HEX triplet: 52, 64 and 98. RGB value is (82,100,152). Sum of RGB (Red+Green+Blue) = 82+100+152=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #526498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526498 is #AD9B67. Grayscale: #646464. Windows color (decimal): -11377512 or 9987154. OLE color: 9987154.

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

Color convert

RGB82100152-
CMYK0.460.3400.40
HSL224.57º29.91%45.88%-
HSV(B)224.57º46.05%59.61%-
XYZ13.713.1831.53-
YUV100.55157.04114.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 152 (59.77% from 255) = 45.51%
R=24.55%
G=29.94%
B=45.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821001520.460.3400.40224.5729.9145.88
Hex5264982E22028e11e2e
Octal12214423056420503413656
Binary101001011001001001100010111010001001010001110000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526498; }

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

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

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

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

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

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

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

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