Html Css Color HEX #5875AC San Marino

📋 copy color: '#5875AC'

red 88 ◦ green 117 ◦ blue 172

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

Shades of San Marino #5875AC

Tints of San Marino #5875AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

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

R = 23.34%
G = 31.03%
B = 45.62%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5875AC (or 0x5875AC) is known color: San Marino. HEX triplet: 58, 75 and AC. RGB value is (88,117,172). Sum of RGB (Red+Green+Blue) = 88+117+172=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #5875AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5875AC is #A78A53. Grayscale: #727272. Windows color (decimal): -10979924 or 11302232. OLE color: 11302232.

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

Color convert

RGB 88 117 172 -
CMYK 0.49 0.32 0 0.33
HSL 219.29º 0.34% 0.51% -
HSV(B) 219.29º 0.49% 0.67% -
XYZ 17.83 17.78 41.52 -
YUV 114.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 88 117 172 0.49 0.32 0 0.33 219.29 0.34 0.51
Hex 58 75 AC 31 20 0 21 DB 22 33
Octal 130 165 254 61 40 0 41 333 42 63
Binary 1011000 1110101 10101100 110001 100000 0 100001 11011011 100010 110011

Color Harmonies of #5875AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5875AC

Black with #5875AC

Text Example


Text Example

White with #5875AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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