Html Css Color HEX #5877AC San Marino

📋 copy color: '#5877AC'

red 88 ◦ green 119 ◦ blue 172

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

Shades of San Marino #5877AC

Tints of San Marino #5877AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 23.22%
G = 31.4%
B = 45.38%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5877AC (or 0x5877AC) is known color: San Marino. HEX triplet: 58, 77 and AC. RGB value is (88,119,172). Sum of RGB (Red+Green+Blue) = 88+119+172=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #5877AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5877AC is #A78853. Grayscale: #737373. Windows color (decimal): -10979412 or 11302744. OLE color: 11302744.

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

Color convert

RGB 88 119 172 -
CMYK 0.49 0.31 0 0.33
HSL 217.86º 0.34% 0.51% -
HSV(B) 217.86º 0.49% 0.67% -
XYZ 18.07 18.25 41.6 -
YUV 115.77 159.73 108.19 -
System Red Green Blue C M Y K H S L
Decimal 88 119 172 0.49 0.31 0 0.33 217.86 0.34 0.51
Hex 58 77 AC 31 1F 0 21 DA 22 33
Octal 130 167 254 61 37 0 41 332 42 63
Binary 1011000 1110111 10101100 110001 11111 0 100001 11011010 100010 110011

Color Harmonies of #5877AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5877AC

Black with #5877AC

Text Example


Text Example

White with #5877AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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