#526B99

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

Shades of San Marino #526B99

Tints of San Marino #526B99

Color information

#526B99 (or 0x526B99) is unknown color: approx San Marino. HEX triplet: 52, 6B and 99. RGB value is (82,107,153). Sum of RGB (Red+Green+Blue) = 82+107+153=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #526B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B99 is #AD9466. Grayscale: #686868. Windows color (decimal): -11375719 or 10054482. OLE color: 10054482.

HSL color Cylindrical-coordinate representation of color #526B99: hue angle of 218.87º 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 #526B99 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB82107153-
CMYK0.460.3000.4
HSL218.87º30.21%46.08%-
HSV(B)218.87º46.41%60%-
XYZ14.4914.6132.19-
YUV104.77155.22111.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=23.98%
G=31.29%
B=44.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821071530.460.3000.4218.8730.2146.08
Hex526B992E1E028db1e2e
Octal12215323156360503333656
Binary10100101101011100110011011101111001010001101101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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