Html Css Color HEX #5679AD San Marino

📋 copy color: '#5679AD'

red 86 ◦ green 121 ◦ blue 173

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

Shades of San Marino #5679AD

Tints of San Marino #5679AD

RGB

 RED value IS 86 (33.98% from 255) = 22.63%

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

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 22.63%
G = 31.84%
B = 45.53%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5679AD (or 0x5679AD) is known color: San Marino. HEX triplet: 56, 79 and AD. RGB value is (86,121,173). Sum of RGB (Red+Green+Blue) = 86+121+173=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #5679AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5679AD is #A98652. Grayscale: #747474. Windows color (decimal): -11109971 or 11368790. OLE color: 11368790.

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

Color convert

RGB 86 121 173 -
CMYK 0.50 0.30 0 0.32
HSL 215.86º 0.35% 0.51% -
HSV(B) 215.86º 0.5% 0.68% -
XYZ 18.22 18.67 42.18 -
YUV 116.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 86 121 173 0.50 0.30 0 0.32 215.86 0.35 0.51
Hex 56 79 AD 32 1E 0 20 D8 23 33
Octal 126 171 255 62 36 0 40 330 43 63
Binary 1010110 1111001 10101101 110010 11110 0 100000 11011000 100011 110011

Color Harmonies of #5679AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679AD

Black with #5679AD

Text Example


Text Example

White with #5679AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5679AD;
 }
 .AnyTagClassName
 {
   color: #5679AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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