#526597

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

Shades of San Marino #526597

Tints of San Marino #526597

Color information

#526597 (or 0x526597) is unknown color: approx San Marino. HEX triplet: 52, 65 and 97. RGB value is (82,101,151). Sum of RGB (Red+Green+Blue) = 82+101+151=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #526597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526597 is #AD9A68. Grayscale: #646464. Windows color (decimal): -11377257 or 9921874. OLE color: 9921874.

HSL color Cylindrical-coordinate representation of color #526597: hue angle of 223.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526597 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82101151-
CMYK0.460.3300.41
HSL223.48º29.61%45.69%-
HSV(B)223.48º45.7%59.22%-
XYZ13.7213.3431.13-
YUV101.02156.21114.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 151 (59.38% from 255) = 45.21%
R=24.55%
G=30.24%
B=45.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821011510.460.3300.41223.4829.6145.69
Hex5265972E21029df1e2e
Octal12214522756410513373656
Binary101001011001011001011110111010000101010011101111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526597; }

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

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

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

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

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

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

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

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