#526B96

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

Shades of San Marino #526B96

Tints of San Marino #526B96

Color information

#526B96 (or 0x526B96) is unknown color: approx San Marino. HEX triplet: 52, 6B and 96. RGB value is (82,107,150). Sum of RGB (Red+Green+Blue) = 82+107+150=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #526B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B96 is #AD9469. Grayscale: #686868. Windows color (decimal): -11375722 or 9857874. OLE color: 9857874.

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

Color convert

RGB82107150-
CMYK0.450.2900.41
HSL217.94º29.31%45.49%-
HSV(B)217.94º45.33%58.82%-
XYZ14.2414.5130.9-
YUV104.43153.72112-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=24.19%
G=31.56%
B=44.25%

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
Decimal821071500.450.2900.41217.9429.3145.49
Hex526B962D1D029da1d2d
Octal12215322655350513323555
Binary10100101101011100101101011011110101010011101101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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