Html Css Color HEX #5877AA San Marino

📋 copy color: '#5877AA'

red 88 ◦ green 119 ◦ blue 170

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

Shades of San Marino #5877AA

Tints of San Marino #5877AA

RGB

 RED value IS 88 (34.77% from 255) = 23.34%

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 23.34%
G = 31.56%
B = 45.09%

CMYK

 C value IS 0.48

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5877AA (or 0x5877AA) is known color: San Marino. HEX triplet: 58, 77 and AA. RGB value is (88,119,170). Sum of RGB (Red+Green+Blue) = 88+119+170=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 119 (46.88% from 255 or 31.56% 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 #5877AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5877AA is #A78855. Grayscale: #737373. Windows color (decimal): -10979414 or 11171672. OLE color: 11171672.

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

Color convert

RGB 88 119 170 -
CMYK 0.48 0.3 0 0.33
HSL 217.32º 0.33% 0.51% -
HSV(B) 217.32º 0.48% 0.67% -
XYZ 17.88 18.17 40.6 -
YUV 115.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 88 119 170 0.48 0.3 0 0.33 217.32 0.33 0.51
Hex 58 77 AA 30 1E 0 21 D9 21 33
Octal 130 167 252 60 36 0 41 331 41 63
Binary 1011000 1110111 10101010 110000 11110 0 100001 11011001 100001 110011

Color Harmonies of #5877AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5877AA

Black with #5877AA

Text Example


Text Example

White with #5877AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,119,170); }

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

background-color css

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

 a { background-color: rgb(88,119,170); }

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

border-color css

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

 span { border-color: rgb(88,119,170); }

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