Html Css Color HEX #5770AD San Marino

📋 copy color: '#5770AD'

red 87 ◦ green 112 ◦ blue 173

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

Shades of San Marino #5770AD

Tints of San Marino #5770AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

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

R = 23.39%
G = 30.11%
B = 46.51%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5770AD (or 0x5770AD) is known color: San Marino. HEX triplet: 57, 70 and AD. RGB value is (87,112,173). Sum of RGB (Red+Green+Blue) = 87+112+173=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #5770AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5770AD is #A88F52. Grayscale: #6F6F6F. Windows color (decimal): -11046739 or 11366487. OLE color: 11366487.

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

Color convert

RGB 87 112 173 -
CMYK 0.50 0.35 0 0.32
HSL 222.56º 0.34% 0.51% -
HSV(B) 222.56º 0.5% 0.68% -
XYZ 17.27 16.63 41.84 -
YUV 111.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 87 112 173 0.50 0.35 0 0.32 222.56 0.34 0.51
Hex 57 70 AD 32 23 0 20 DF 22 33
Octal 127 160 255 62 43 0 40 337 42 63
Binary 1010111 1110000 10101101 110010 100011 0 100000 11011111 100010 110011

Color Harmonies of #5770AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770AD

Black with #5770AD

Text Example


Text Example

White with #5770AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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