Html Css Color HEX #5676AD San Marino

📋 copy color: '#5676AD'

red 86 ◦ green 118 ◦ blue 173

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

Shades of San Marino #5676AD

Tints of San Marino #5676AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 22.81%
G = 31.3%
B = 45.89%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5676AD (or 0x5676AD) is known color: San Marino. HEX triplet: 56, 76 and AD. RGB value is (86,118,173). Sum of RGB (Red+Green+Blue) = 86+118+173=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #5676AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5676AD is #A98952. Grayscale: #727272. Windows color (decimal): -11110739 or 11368022. OLE color: 11368022.

HSL color Cylindrical-coordinate representation of color #5676AD: hue angle of 217.93º 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 #5676AD is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 118 173 -
CMYK 0.50 0.32 0 0.32
HSL 217.93º 0.35% 0.51% -
HSV(B) 217.93º 0.5% 0.68% -
XYZ 17.86 17.95 42.06 -
YUV 114.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 86 118 173 0.50 0.32 0 0.32 217.93 0.35 0.51
Hex 56 76 AD 32 20 0 20 DA 23 33
Octal 126 166 255 62 40 0 40 332 43 63
Binary 1010110 1110110 10101101 110010 100000 0 100000 11011010 100011 110011

Color Harmonies of #5676AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5676AD

Black with #5676AD

Text Example


Text Example

White with #5676AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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