Html Css Color HEX #5770AE San Marino

📋 copy color: '#5770AE'

red 87 ◦ green 112 ◦ blue 174

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

Shades of San Marino #5770AE

Tints of San Marino #5770AE

RGB

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

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

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

R = 23.32%
G = 30.03%
B = 46.65%

CMYK

 C value IS 0.5

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5770AE (or 0x5770AE) is known color: San Marino. HEX triplet: 57, 70 and AE. RGB value is (87,112,174). Sum of RGB (Red+Green+Blue) = 87+112+174=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #5770AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5770AE is #A88F51. Grayscale: #6F6F6F. Windows color (decimal): -11046738 or 11432023. OLE color: 11432023.

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

Color convert

RGB 87 112 174 -
CMYK 0.5 0.36 0 0.32
HSL 222.76º 0.35% 0.51% -
HSV(B) 222.76º 0.5% 0.68% -
XYZ 17.36 16.67 42.35 -
YUV 111.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 87 112 174 0.5 0.36 0 0.32 222.76 0.35 0.51
Hex 57 70 AE 32 24 0 20 DF 23 33
Octal 127 160 256 62 44 0 40 337 43 63
Binary 1010111 1110000 10101110 110010 100100 0 100000 11011111 100011 110011

Color Harmonies of #5770AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770AE

Black with #5770AE

Text Example


Text Example

White with #5770AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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