#526bac

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

Shades of San Marino #526BAC

Tints of San Marino #526BAC

Color information

#526BAC (or 0x526BAC) is unknown color: approx San Marino. HEX triplet: 52, 6B and AC. RGB value is (82,107,172). Sum of RGB (Red+Green+Blue) = 82+107+172=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #526BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526BAC is #AD9453. Grayscale: #6A6A6A. Windows color (decimal): -11375700 or 11299666. OLE color: 11299666.

HSL color Cylindrical-coordinate representation of color #526BAC: hue angle of 223.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526BAC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82107172-
CMYK0.520.3800.33
HSL223.33º35.43%49.8%-
HSV(B)223.33º52.33%67.45%-
XYZ16.1815.2941.13-
YUV106.94164.72110.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=22.71%
G=29.64%
B=47.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821071720.520.3800.33223.3335.4349.8
Hex526BAC3426021df2332
Octal12215325464460413374362
Binary1010010110101110101100110100100110010000111011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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