Html Css Color HEX #5778AA San Marino

📋 copy color: '#5778AA'

red 87 ◦ green 120 ◦ blue 170

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

Shades of San Marino #5778AA

Tints of San Marino #5778AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 23.08%
G = 31.83%
B = 45.09%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5778AA (or 0x5778AA) is known color: San Marino. HEX triplet: 57, 78 and AA. RGB value is (87,120,170). Sum of RGB (Red+Green+Blue) = 87+120+170=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #5778AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5778AA is #A88755. Grayscale: #737373. Windows color (decimal): -11044694 or 11171927. OLE color: 11171927.

HSL color Cylindrical-coordinate representation of color #5778AA: hue angle of 216.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5778AA is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 120 170 -
CMYK 0.49 0.29 0 0.33
HSL 216.14º 0.33% 0.5% -
HSV(B) 216.14º 0.49% 0.67% -
XYZ 17.9 18.36 40.63 -
YUV 115.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 87 120 170 0.49 0.29 0 0.33 216.14 0.33 0.5
Hex 57 78 AA 31 1D 0 21 D8 21 32
Octal 127 170 252 61 35 0 41 330 41 62
Binary 1010111 1111000 10101010 110001 11101 0 100001 11011000 100001 110010

Color Harmonies of #5778AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5778AA

Black with #5778AA

Text Example


Text Example

White with #5778AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5778AA; }

 p { color: rgb(87,120,170); }

 H1.HeaderClassName
 {
   color: #5778AA;
 }
 .AnyTagClassName
 {
   color: #5778AA;
 }
</style>

background-color css

<style>
 a { background-color: #5778AA; }

 a { background-color: rgb(87,120,170); }

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

border-color css

<style>
 span { border-color: #5778AA; }

 span { border-color: rgb(87,120,170); }

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