#526EB0

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

Shades of San Marino #526EB0

Tints of San Marino #526EB0

Color information

#526EB0 (or 0x526EB0) is unknown color: approx San Marino. HEX triplet: 52, 6E and B0. RGB value is (82,110,176). Sum of RGB (Red+Green+Blue) = 82+110+176=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #526EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526EB0 is #AD914F. Grayscale: #6C6C6C. Windows color (decimal): -11374928 or 11562578. OLE color: 11562578.

HSL color Cylindrical-coordinate representation of color #526EB0: hue angle of 222.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526EB0 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82110176-
CMYK0.530.3700.31
HSL222.13º37.3%50.59%-
HSV(B)222.13º53.41%69.02%-
XYZ16.8916.0843.29-
YUV109.15165.72108.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 176 (69.14% from 255) = 47.83%
R=22.28%
G=29.89%
B=47.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821101760.530.3700.31222.1337.350.59
Hex526EB0352501Fde2533
Octal12215626065450373364563
Binary101001011011101011000011010110010101111111011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,110,176); }

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

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

 a { background-color: rgb(82,110,176); }

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

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

 span { border-color: rgb(82,110,176); }

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