#526599

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

Shades of San Marino #526599

Tints of San Marino #526599

Color information

#526599 (or 0x526599) is unknown color: approx San Marino. HEX triplet: 52, 65 and 99. RGB value is (82,101,153). Sum of RGB (Red+Green+Blue) = 82+101+153=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #526599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526599 is #AD9A66. Grayscale: #656565. Windows color (decimal): -11377255 or 10052946. OLE color: 10052946.

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

Color convert

RGB82101153-
CMYK0.460.3400.4
HSL223.94º30.21%46.08%-
HSV(B)223.94º46.41%60%-
XYZ13.8813.431.99-
YUV101.25157.21114.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=24.40%
G=30.06%
B=45.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821011530.460.3400.4223.9430.2146.08
Hex5265992E22028e01e2e
Octal12214523156420503403656
Binary101001011001011001100110111010001001010001110000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526599; }

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

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

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

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

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

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

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

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