Html Css Color HEX #5878AD San Marino

📋 copy color: '#5878AD'

red 88 ◦ green 120 ◦ blue 173

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

Shades of San Marino #5878AD

Tints of San Marino #5878AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 23.1%
G = 31.5%
B = 45.41%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5878AD (or 0x5878AD) is known color: San Marino. HEX triplet: 58, 78 and AD. RGB value is (88,120,173). Sum of RGB (Red+Green+Blue) = 88+120+173=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #5878AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5878AD is #A78752. Grayscale: #747474. Windows color (decimal): -10979155 or 11368536. OLE color: 11368536.

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

Color convert

RGB 88 120 173 -
CMYK 0.49 0.31 0 0.32
HSL 217.41º 0.34% 0.51% -
HSV(B) 217.41º 0.49% 0.68% -
XYZ 18.28 18.52 42.15 -
YUV 116.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 88 120 173 0.49 0.31 0 0.32 217.41 0.34 0.51
Hex 58 78 AD 31 1F 0 20 D9 22 33
Octal 130 170 255 61 37 0 40 331 42 63
Binary 1011000 1111000 10101101 110001 11111 0 100000 11011001 100010 110011

Color Harmonies of #5878AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5878AD

Black with #5878AD

Text Example


Text Example

White with #5878AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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