Html Css Color HEX #5579AB San Marino

📋 copy color: '#5579AB'

red 85 ◦ green 121 ◦ blue 171

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

Shades of San Marino #5579AB

Tints of San Marino #5579AB

RGB

 RED value IS 85 (33.59% from 255) = 22.55%

 GREEN value IS 121 (47.66% from 255) = 32.1%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 22.55%
G = 32.1%
B = 45.36%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5579AB (or 0x5579AB) is known color: San Marino. HEX triplet: 55, 79 and AB. RGB value is (85,121,171). Sum of RGB (Red+Green+Blue) = 85+121+171=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #5579AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5579AB is #AA8654. Grayscale: #737373. Windows color (decimal): -11175509 or 11237717. OLE color: 11237717.

HSL color Cylindrical-coordinate representation of color #5579AB: hue angle of 214.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5579AB is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 121 171 -
CMYK 0.50 0.29 0 0.33
HSL 214.88º 0.34% 0.5% -
HSV(B) 214.88º 0.5% 0.67% -
XYZ 17.93 18.55 41.16 -
YUV 115.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 85 121 171 0.50 0.29 0 0.33 214.88 0.34 0.5
Hex 55 79 AB 32 1D 0 21 D7 22 32
Octal 125 171 253 62 35 0 41 327 42 62
Binary 1010101 1111001 10101011 110010 11101 0 100001 11010111 100010 110010

Color Harmonies of #5579AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579AB

Black with #5579AB

Text Example


Text Example

White with #5579AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5579AB; }

 p { color: rgb(85,121,171); }

 H1.HeaderClassName
 {
   color: #5579AB;
 }
 .AnyTagClassName
 {
   color: #5579AB;
 }
</style>

background-color css

<style>
 a { background-color: #5579AB; }

 a { background-color: rgb(85,121,171); }

 div.DivClassName
 {
   background-color: #5579AB;
 }
 .BgClassName
 {
   background-color: #5579AB;
 }
</style>

border-color css

<style>
 span { border-color: #5579AB; }

 span { border-color: rgb(85,121,171); }

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