#526695

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

Shades of San Marino #526695

Tints of San Marino #526695

Color information

#526695 (or 0x526695) is unknown color: approx San Marino. HEX triplet: 52, 66 and 95. RGB value is (82,102,149). Sum of RGB (Red+Green+Blue) = 82+102+149=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #526695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526695 is #AD996A. Grayscale: #656565. Windows color (decimal): -11377003 or 9791058. OLE color: 9791058.

HSL color Cylindrical-coordinate representation of color #526695: hue angle of 222.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526695 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82102149-
CMYK0.450.3200.42
HSL222.09º29%45.29%-
HSV(B)222.09º44.97%58.43%-
XYZ13.6613.4730.31-
YUV101.38154.87114.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=24.62%
G=30.63%
B=44.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821021490.450.3200.42222.092945.29
Hex5266952D2002Ade1d2d
Octal12214622555400523363555
Binary101001011001101001010110110110000001010101101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526695; }

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

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

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

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

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

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

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

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