Html Css Color HEX #5879AD San Marino

📋 copy color: '#5879AD'

red 88 ◦ green 121 ◦ blue 173

#5879AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #5879AD

Tints of San Marino #5879AD

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 value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5879AD (or 0x5879AD) is known color: 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

RGB 88 121 173 -
CMYK 0.49 0.30 0 0.32
HSL 216.71º 0.34% 0.51% -
HSV(B) 216.71º 0.49% 0.68% -
XYZ 18.4 18.77 42.19 -
YUV 117.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 88 121 173 0.49 0.30 0 0.32 216.71 0.34 0.51
Hex 58 79 AD 31 1E 0 20 D9 22 33
Octal 130 171 255 61 36 0 40 331 42 63
Binary 1011000 1111001 10101101 110001 11110 0 100000 11011001 100010 110011

Color Harmonies of #5879AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5879AD

Black with #5879AD

Text Example


Text Example

White with #5879AD

Text Example


Text Example

HTML Codes & Css Web 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>