#526F99

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

Shades of San Marino #526F99

Tints of San Marino #526F99

Color information

#526F99 (or 0x526F99) is unknown color: approx San Marino. HEX triplet: 52, 6F and 99. RGB value is (82,111,153). Sum of RGB (Red+Green+Blue) = 82+111+153=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #526F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F99 is #AD9066. Grayscale: #6A6A6A. Windows color (decimal): -11374695 or 10055506. OLE color: 10055506.

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

Color convert

RGB82111153-
CMYK0.460.2700.4
HSL215.49º30.21%46.08%-
HSV(B)215.49º46.41%60%-
XYZ14.9115.4632.34-
YUV107.12153.89110.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=23.70%
G=32.08%
B=44.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821111530.460.2700.4215.4930.2146.08
Hex526F992E1B028d71e2e
Octal12215723156330503273656
Binary10100101101111100110011011101101101010001101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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