Html Css Color HEX #5773AF San Marino

📋 copy color: '#5773AF'

red 87 ◦ green 115 ◦ blue 175

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

Shades of San Marino #5773AF

Tints of San Marino #5773AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 23.08%
G = 30.5%
B = 46.42%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5773AF (or 0x5773AF) is known color: San Marino. HEX triplet: 57, 73 and AF. RGB value is (87,115,175). Sum of RGB (Red+Green+Blue) = 87+115+175=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #5773AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5773AF is #A88C50. Grayscale: #717171. Windows color (decimal): -11045969 or 11498327. OLE color: 11498327.

HSL color Cylindrical-coordinate representation of color #5773AF: hue angle of 220.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5773AF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 115 175 -
CMYK 0.50 0.34 0 0.31
HSL 220.91º 0.35% 0.51% -
HSV(B) 220.91º 0.5% 0.69% -
XYZ 17.8 17.38 42.97 -
YUV 113.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 87 115 175 0.50 0.34 0 0.31 220.91 0.35 0.51
Hex 57 73 AF 32 22 0 1F DD 23 33
Octal 127 163 257 62 42 0 37 335 43 63
Binary 1010111 1110011 10101111 110010 100010 0 11111 11011101 100011 110011

Color Harmonies of #5773AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5773AF

Black with #5773AF

Text Example


Text Example

White with #5773AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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