Html Css Color HEX #5876AC San Marino

📋 copy color: '#5876AC'

red 88 ◦ green 118 ◦ blue 172

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

Shades of San Marino #5876AC

Tints of San Marino #5876AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

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

R = 23.28%
G = 31.22%
B = 45.5%

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

#5876AC (or 0x5876AC) is known color: San Marino. HEX triplet: 58, 76 and AC. RGB value is (88,118,172). Sum of RGB (Red+Green+Blue) = 88+118+172=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #5876AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5876AC is #A78953. Grayscale: #727272. Windows color (decimal): -10979668 or 11302488. OLE color: 11302488.

HSL color Cylindrical-coordinate representation of color #5876AC: hue angle of 218.57º 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 #5876AC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 118 172 -
CMYK 0.49 0.31 0 0.33
HSL 218.57º 0.34% 0.51% -
HSV(B) 218.57º 0.49% 0.67% -
XYZ 17.95 18.01 41.56 -
YUV 115.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 88 118 172 0.49 0.31 0 0.33 218.57 0.34 0.51
Hex 58 76 AC 31 1F 0 21 DB 22 33
Octal 130 166 254 61 37 0 41 333 42 63
Binary 1011000 1110110 10101100 110001 11111 0 100001 11011011 100010 110011

Color Harmonies of #5876AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5876AC

Black with #5876AC

Text Example


Text Example

White with #5876AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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