#526C99

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

Shades of San Marino #526C99

Tints of San Marino #526C99

Color information

#526C99 (or 0x526C99) is unknown color: approx San Marino. HEX triplet: 52, 6C and 99. RGB value is (82,108,153). Sum of RGB (Red+Green+Blue) = 82+108+153=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #526C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C99 is #AD9366. Grayscale: #696969. Windows color (decimal): -11375463 or 10054738. OLE color: 10054738.

HSL color Cylindrical-coordinate representation of color #526C99: hue angle of 218.03º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526C99 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB82108153-
CMYK0.460.2900.4
HSL218.03º30.21%46.08%-
HSV(B)218.03º46.41%60%-
XYZ14.5914.8232.23-
YUV105.36154.89111.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=23.91%
G=31.49%
B=44.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821081530.460.2900.4218.0330.2146.08
Hex526C992E1D028da1e2e
Octal12215423156350503323656
Binary10100101101100100110011011101110101010001101101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,108,153); }

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

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

 a { background-color: rgb(82,108,153); }

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

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

 span { border-color: rgb(82,108,153); }

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