#526499

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

Shades of San Marino #526499

Tints of San Marino #526499

Color information

#526499 (or 0x526499) is unknown color: approx San Marino. HEX triplet: 52, 64 and 99. RGB value is (82,100,153). Sum of RGB (Red+Green+Blue) = 82+100+153=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #526499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526499 is #AD9B66. Grayscale: #646464. Windows color (decimal): -11377511 or 10052690. OLE color: 10052690.

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

Color convert

RGB82100153-
CMYK0.460.3500.4
HSL224.79º30.21%46.08%-
HSV(B)224.79º46.41%60%-
XYZ13.7913.2131.96-
YUV100.66157.54114.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=24.48%
G=29.85%
B=45.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821001530.460.3500.4224.7930.2146.08
Hex5264992E23028e11e2e
Octal12214423156430503413656
Binary101001011001001001100110111010001101010001110000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526499; }

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

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

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

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

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

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

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

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