#526696

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

Shades of San Marino #526696

Tints of San Marino #526696

Color information

#526696 (or 0x526696) is unknown color: approx San Marino. HEX triplet: 52, 66 and 96. RGB value is (82,102,150). Sum of RGB (Red+Green+Blue) = 82+102+150=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #526696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526696 is #AD9969. Grayscale: #656565. Windows color (decimal): -11377002 or 9856594. OLE color: 9856594.

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

Color convert

RGB82102150-
CMYK0.450.3200.41
HSL222.35º29.31%45.49%-
HSV(B)222.35º45.33%58.82%-
XYZ13.7413.530.74-
YUV101.49155.37114.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=24.55%
G=30.54%
B=44.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821021500.450.3200.41222.3529.3145.49
Hex5266962D20029de1d2d
Octal12214622655400513363555
Binary101001011001101001011010110110000001010011101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526696; }

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

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

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

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

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

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

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

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