Html Css Color HEX #5679AB San Marino

📋 copy color: '#5679AB'

red 86 ◦ green 121 ◦ blue 171

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

Shades of San Marino #5679AB

Tints of San Marino #5679AB

RGB

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

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

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

R = 22.75%
G = 32.01%
B = 45.24%

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

#5679AB (or 0x5679AB) is known color: San Marino. HEX triplet: 56, 79 and AB. RGB value is (86,121,171). Sum of RGB (Red+Green+Blue) = 86+121+171=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #5679AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5679AB is #A98654. Grayscale: #747474. Windows color (decimal): -11109973 or 11237718. OLE color: 11237718.

HSL color Cylindrical-coordinate representation of color #5679AB: hue angle of 215.29º 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 #5679AB is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 121 171 -
CMYK 0.50 0.29 0 0.33
HSL 215.29º 0.34% 0.5% -
HSV(B) 215.29º 0.5% 0.67% -
XYZ 18.03 18.59 41.17 -
YUV 116.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 86 121 171 0.50 0.29 0 0.33 215.29 0.34 0.5
Hex 56 79 AB 32 1D 0 21 D7 22 32
Octal 126 171 253 62 35 0 41 327 42 62
Binary 1010110 1111001 10101011 110010 11101 0 100001 11010111 100010 110010

Color Harmonies of #5679AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679AB

Black with #5679AB

Text Example


Text Example

White with #5679AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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