Html Css Color HEX #5871AD San Marino

📋 copy color: '#5871AD'

red 88 ◦ green 113 ◦ blue 173

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

Shades of San Marino #5871AD

Tints of San Marino #5871AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

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

R = 23.53%
G = 30.21%
B = 46.26%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5871AD (or 0x5871AD) is known color: San Marino. HEX triplet: 58, 71 and AD. RGB value is (88,113,173). Sum of RGB (Red+Green+Blue) = 88+113+173=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #5871AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5871AD is #A78E52. Grayscale: #707070. Windows color (decimal): -10980947 or 11366744. OLE color: 11366744.

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

Color convert

RGB 88 113 173 -
CMYK 0.49 0.35 0 0.32
HSL 222.35º 0.34% 0.51% -
HSV(B) 222.35º 0.49% 0.68% -
XYZ 17.47 16.9 41.88 -
YUV 112.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 88 113 173 0.49 0.35 0 0.32 222.35 0.34 0.51
Hex 58 71 AD 31 23 0 20 DE 22 33
Octal 130 161 255 61 43 0 40 336 42 63
Binary 1011000 1110001 10101101 110001 100011 0 100000 11011110 100010 110011

Color Harmonies of #5871AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5871AD

Black with #5871AD

Text Example


Text Example

White with #5871AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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