Html Css Color HEX #5879AA San Marino

📋 copy color: '#5879AA'

red 88 ◦ green 121 ◦ blue 170

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

Shades of San Marino #5879AA

Tints of San Marino #5879AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

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

R = 23.22%
G = 31.93%
B = 44.85%

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

#5879AA (or 0x5879AA) is known color: San Marino. HEX triplet: 58, 79 and AA. RGB value is (88,121,170). Sum of RGB (Red+Green+Blue) = 88+121+170=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #5879AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5879AA is #A78655. Grayscale: #747474. Windows color (decimal): -10978902 or 11172184. OLE color: 11172184.

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

Color convert

RGB 88 121 170 -
CMYK 0.48 0.29 0 0.33
HSL 215.85º 0.33% 0.51% -
HSV(B) 215.85º 0.48% 0.67% -
XYZ 18.12 18.65 40.68 -
YUV 116.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 88 121 170 0.48 0.29 0 0.33 215.85 0.33 0.51
Hex 58 79 AA 30 1D 0 21 D8 21 33
Octal 130 171 252 60 35 0 41 330 41 63
Binary 1011000 1111001 10101010 110000 11101 0 100001 11011000 100001 110011

Color Harmonies of #5879AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5879AA

Black with #5879AA

Text Example


Text Example

White with #5879AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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