#526298

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

Shades of San Marino #526298

Tints of San Marino #526298

Color information

#526298 (or 0x526298) is unknown color: approx San Marino. HEX triplet: 52, 62 and 98. RGB value is (82,98,152). Sum of RGB (Red+Green+Blue) = 82+98+152=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #526298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526298 is #AD9D67. Grayscale: #636363. Windows color (decimal): -11378024 or 9986642. OLE color: 9986642.

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

Color convert

RGB8298152-
CMYK0.460.3600.40
HSL226.29º29.91%45.88%-
HSV(B)226.29º46.05%59.61%-
XYZ13.5112.831.46-
YUV99.37157.7115.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=24.70%
G=29.52%
B=45.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82981520.460.3600.40226.2929.9145.88
Hex5262982E24028e21e2e
Octal12214223056440503423656
Binary101001011000101001100010111010010001010001110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526298; }

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

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

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

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

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

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

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

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