Html Css Color HEX #5870AD San Marino

📋 copy color: '#5870AD'

red 88 ◦ green 112 ◦ blue 173

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

Shades of San Marino #5870AD

Tints of San Marino #5870AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 23.59%
G = 30.03%
B = 46.38%

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

#5870AD (or 0x5870AD) is known color: San Marino. HEX triplet: 58, 70 and AD. RGB value is (88,112,173). Sum of RGB (Red+Green+Blue) = 88+112+173=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #5870AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5870AD is #A78F52. Grayscale: #6F6F6F. Windows color (decimal): -10981203 or 11366488. OLE color: 11366488.

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

Color convert

RGB 88 112 173 -
CMYK 0.49 0.35 0 0.32
HSL 223.06º 0.34% 0.51% -
HSV(B) 223.06º 0.49% 0.68% -
XYZ 17.36 16.68 41.84 -
YUV 111.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 88 112 173 0.49 0.35 0 0.32 223.06 0.34 0.51
Hex 58 70 AD 31 23 0 20 DF 22 33
Octal 130 160 255 61 43 0 40 337 42 63
Binary 1011000 1110000 10101101 110001 100011 0 100000 11011111 100010 110011

Color Harmonies of #5870AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5870AD

Black with #5870AD

Text Example


Text Example

White with #5870AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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