#526299

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

Shades of San Marino #526299

Tints of San Marino #526299

Color information

#526299 (or 0x526299) is unknown color: approx San Marino. HEX triplet: 52, 62 and 99. RGB value is (82,98,153). Sum of RGB (Red+Green+Blue) = 82+98+153=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #526299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526299 is #AD9D66. Grayscale: #636363. Windows color (decimal): -11378023 or 10052178. OLE color: 10052178.

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

Color convert

RGB8298153-
CMYK0.460.3600.4
HSL226.48º30.21%46.08%-
HSV(B)226.48º46.41%60%-
XYZ13.612.8331.9-
YUV99.49158.2115.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=24.62%
G=29.43%
B=45.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82981530.460.3600.4226.4830.2146.08
Hex5262992E24028e21e2e
Octal12214223156440503423656
Binary101001011000101001100110111010010001010001110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526299; }

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

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

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

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

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

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

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

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