#5879AD

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

Shades of San Marino #5879AD

Tints of San Marino #5879AD

Color information

#5879AD (or 0x5879AD) is unknown color: approx San Marino. HEX triplet: 58, 79 and AD. RGB value is (88,121,173). Sum of RGB (Red+Green+Blue) = 88+121+173=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #5879AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5879AD is #A78652. Grayscale: #747474. Windows color (decimal): -10978899 or 11368792. OLE color: 11368792.

HSL color Cylindrical-coordinate representation of color #5879AD: hue angle of 216.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5879AD is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88121173-
CMYK0.490.3000.32
HSL216.71º34.14%51.18%-
HSV(B)216.71º49.13%67.84%-
XYZ18.418.7742.19-
YUV117.06159.57107.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.04%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=23.04%
G=31.68%
B=45.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881211730.490.3000.32216.7134.1451.18
Hex5879AD311E020d92233
Octal13017125561360403314263
Binary101100011110011010110111000111110010000011011001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5879AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5879AD; }

 p { color: rgb(88,121,173); }

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

<style>
 a { background-color: #5879AD; }

 a { background-color: rgb(88,121,173); }

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

<style>
 span { border-color: #5879AD; }

 span { border-color: rgb(88,121,173); }

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