#526A96

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

Shades of San Marino #526A96

Tints of San Marino #526A96

Color information

#526A96 (or 0x526A96) is unknown color: approx San Marino. HEX triplet: 52, 6A and 96. RGB value is (82,106,150). Sum of RGB (Red+Green+Blue) = 82+106+150=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #526A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A96 is #AD9569. Grayscale: #676767. Windows color (decimal): -11375978 or 9857618. OLE color: 9857618.

HSL color Cylindrical-coordinate representation of color #526A96: hue angle of 218.82º 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 #526A96 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82106150-
CMYK0.450.2900.41
HSL218.82º29.31%45.49%-
HSV(B)218.82º45.33%58.82%-
XYZ14.1414.330.87-
YUV103.84154.05112.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=24.26%
G=31.36%
B=44.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821061500.450.2900.41218.8229.3145.49
Hex526A962D1D029db1d2d
Octal12215222655350513333555
Binary10100101101010100101101011011110101010011101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A96; }

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

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

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

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

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

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

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

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