Html Css Color HEX #5775AD San Marino

📋 copy color: '#5775AD'

red 87 ◦ green 117 ◦ blue 173

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

Shades of San Marino #5775AD

Tints of San Marino #5775AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

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

R = 23.08%
G = 31.03%
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

#5775AD (or 0x5775AD) is known color: San Marino. HEX triplet: 57, 75 and AD. RGB value is (87,117,173). Sum of RGB (Red+Green+Blue) = 87+117+173=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 117 (46.09% from 255 or 31.03% 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 #5775AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5775AD is #A88A52. Grayscale: #727272. Windows color (decimal): -11045459 or 11367767. OLE color: 11367767.

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

Color convert

RGB 87 117 173 -
CMYK 0.50 0.32 0 0.32
HSL 219.07º 0.34% 0.51% -
HSV(B) 219.07º 0.5% 0.68% -
XYZ 17.83 17.77 42.02 -
YUV 114.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 87 117 173 0.50 0.32 0 0.32 219.07 0.34 0.51
Hex 57 75 AD 32 20 0 20 DB 22 33
Octal 127 165 255 62 40 0 40 333 42 63
Binary 1010111 1110101 10101101 110010 100000 0 100000 11011011 100010 110011

Color Harmonies of #5775AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5775AD

Black with #5775AD

Text Example


Text Example

White with #5775AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,117,173); }

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

background-color css

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

 a { background-color: rgb(87,117,173); }

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

border-color css

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

 span { border-color: rgb(87,117,173); }

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