#526697

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

Shades of San Marino #526697

Tints of San Marino #526697

Color information

#526697 (or 0x526697) is unknown color: approx San Marino. HEX triplet: 52, 66 and 97. RGB value is (82,102,151). Sum of RGB (Red+Green+Blue) = 82+102+151=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #526697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526697 is #AD9968. Grayscale: #656565. Windows color (decimal): -11377001 or 9922130. OLE color: 9922130.

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

Color convert

RGB82102151-
CMYK0.460.3200.41
HSL222.61º29.61%45.69%-
HSV(B)222.61º45.7%59.22%-
XYZ13.8213.5331.16-
YUV101.61155.87114.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=24.48%
G=30.45%
B=45.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821021510.460.3200.41222.6129.6145.69
Hex5266972E20029df1e2e
Octal12214622756400513373656
Binary101001011001101001011110111010000001010011101111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526697; }

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

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

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

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

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

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

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

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