Html Css Color HEX #5878AA San Marino

📋 copy color: '#5878AA'

red 88 ◦ green 120 ◦ blue 170

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

Shades of San Marino #5878AA

Tints of San Marino #5878AA

RGB

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

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

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

R = 23.28%
G = 31.75%
B = 44.97%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5878AA (or 0x5878AA) is known color: San Marino. HEX triplet: 58, 78 and AA. RGB value is (88,120,170). Sum of RGB (Red+Green+Blue) = 88+120+170=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #5878AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5878AA is #A78755. Grayscale: #737373. Windows color (decimal): -10979158 or 11171928. OLE color: 11171928.

HSL color Cylindrical-coordinate representation of color #5878AA: hue angle of 216.59º 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 #5878AA is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 120 170 -
CMYK 0.48 0.29 0 0.33
HSL 216.59º 0.33% 0.51% -
HSV(B) 216.59º 0.48% 0.67% -
XYZ 18 18.41 40.64 -
YUV 116.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 88 120 170 0.48 0.29 0 0.33 216.59 0.33 0.51
Hex 58 78 AA 30 1D 0 21 D9 21 33
Octal 130 170 252 60 35 0 41 331 41 63
Binary 1011000 1111000 10101010 110000 11101 0 100001 11011001 100001 110011

Color Harmonies of #5878AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5878AA

Black with #5878AA

Text Example


Text Example

White with #5878AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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