#526BAF

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

Shades of San Marino #526BAF

Tints of San Marino #526BAF

Color information

#526BAF (or 0x526BAF) is unknown color: approx San Marino. HEX triplet: 52, 6B and AF. RGB value is (82,107,175). Sum of RGB (Red+Green+Blue) = 82+107+175=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #526BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526BAF is #AD9450. Grayscale: #6A6A6A. Windows color (decimal): -11375697 or 11496274. OLE color: 11496274.

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

Color convert

RGB82107175-
CMYK0.530.3900.31
HSL223.87º36.76%50.39%-
HSV(B)223.87º53.14%68.63%-
XYZ16.4815.442.66-
YUV107.28166.22109.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=22.53%
G=29.40%
B=48.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821071750.530.3900.31223.8736.7650.39
Hex526BAF352701Fe02532
Octal12215325765470373404562
Binary101001011010111010111111010110011101111111100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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