Html Css Color HEX #5773AE San Marino

📋 copy color: '#5773AE'

red 87 ◦ green 115 ◦ blue 174

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

Shades of San Marino #5773AE

Tints of San Marino #5773AE

RGB

 RED value IS 87 (34.38% from 255) = 23.14%

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

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 23.14%
G = 30.59%
B = 46.28%

CMYK

 C value IS 0.5

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5773AE (or 0x5773AE) is known color: San Marino. HEX triplet: 57, 73 and AE. RGB value is (87,115,174). Sum of RGB (Red+Green+Blue) = 87+115+174=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #5773AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5773AE is #A88C51. Grayscale: #717171. Windows color (decimal): -11045970 or 11432791. OLE color: 11432791.

HSL color Cylindrical-coordinate representation of color #5773AE: hue angle of 220.69º 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 #5773AE is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 115 174 -
CMYK 0.5 0.34 0 0.32
HSL 220.69º 0.35% 0.51% -
HSV(B) 220.69º 0.5% 0.68% -
XYZ 17.7 17.34 42.46 -
YUV 113.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 87 115 174 0.5 0.34 0 0.32 220.69 0.35 0.51
Hex 57 73 AE 32 22 0 20 DD 23 33
Octal 127 163 256 62 42 0 40 335 43 63
Binary 1010111 1110011 10101110 110010 100010 0 100000 11011101 100011 110011

Color Harmonies of #5773AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5773AE

Black with #5773AE

Text Example


Text Example

White with #5773AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5773AE; }

 p { color: rgb(87,115,174); }

 H1.HeaderClassName
 {
   color: #5773AE;
 }
 .AnyTagClassName
 {
   color: #5773AE;
 }
</style>

background-color css

<style>
 a { background-color: #5773AE; }

 a { background-color: rgb(87,115,174); }

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

border-color css

<style>
 span { border-color: #5773AE; }

 span { border-color: rgb(87,115,174); }

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