Html Css Color HEX #5673AB San Marino

📋 copy color: '#5673AB'

red 86 ◦ green 115 ◦ blue 171

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

Shades of San Marino #5673AB

Tints of San Marino #5673AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.91%

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

R = 23.12%
G = 30.91%
B = 45.97%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5673AB (or 0x5673AB) is known color: San Marino. HEX triplet: 56, 73 and AB. RGB value is (86,115,171). Sum of RGB (Red+Green+Blue) = 86+115+171=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #5673AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5673AB is #A98C54. Grayscale: #707070. Windows color (decimal): -11111509 or 11236182. OLE color: 11236182.

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

Color convert

RGB 86 115 171 -
CMYK 0.50 0.33 0 0.33
HSL 219.53º 0.34% 0.5% -
HSV(B) 219.53º 0.5% 0.67% -
XYZ 17.32 17.18 40.93 -
YUV 112.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 86 115 171 0.50 0.33 0 0.33 219.53 0.34 0.5
Hex 56 73 AB 32 21 0 21 DC 22 32
Octal 126 163 253 62 41 0 41 334 42 62
Binary 1010110 1110011 10101011 110010 100001 0 100001 11011100 100010 110010

Color Harmonies of #5673AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5673AB

Black with #5673AB

Text Example


Text Example

White with #5673AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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