Html Css Color HEX #5879A4 San Marino

📋 copy color: '#5879A4'

red 88 ◦ green 121 ◦ blue 164

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

Shades of San Marino #5879A4

Tints of San Marino #5879A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.97%

R = 23.59%
G = 32.44%
B = 43.97%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5879A4 (or 0x5879A4) is known color: San Marino. HEX triplet: 58, 79 and A4. RGB value is (88,121,164). Sum of RGB (Red+Green+Blue) = 88+121+164=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #5879A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5879A4 is #A7865B. Grayscale: #737373. Windows color (decimal): -10978908 or 10778968. OLE color: 10778968.

HSL color Cylindrical-coordinate representation of color #5879A4: hue angle of 213.95º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5879A4 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 121 164 -
CMYK 0.46 0.26 0 0.36
HSL 213.95º 0.3% 0.49% -
HSV(B) 213.95º 0.46% 0.64% -
XYZ 17.56 18.43 37.75 -
YUV 116.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 88 121 164 0.46 0.26 0 0.36 213.95 0.3 0.49
Hex 58 79 A4 2E 1A 0 24 D6 1E 31
Octal 130 171 244 56 32 0 44 326 36 61
Binary 1011000 1111001 10100100 101110 11010 0 100100 11010110 11110 110001

Color Harmonies of #5879A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5879A4

Black with #5879A4

Text Example


Text Example

White with #5879A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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