Html Css Color HEX #5874AD San Marino

📋 copy color: '#5874AD'

red 88 ◦ green 116 ◦ blue 173

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

Shades of San Marino #5874AD

Tints of San Marino #5874AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 23.34%
G = 30.77%
B = 45.89%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5874AD (or 0x5874AD) is known color: San Marino. HEX triplet: 58, 74 and AD. RGB value is (88,116,173). Sum of RGB (Red+Green+Blue) = 88+116+173=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #5874AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5874AD is #A78B52. Grayscale: #717171. Windows color (decimal): -10980179 or 11367512. OLE color: 11367512.

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

Color convert

RGB 88 116 173 -
CMYK 0.49 0.33 0 0.32
HSL 220.24º 0.34% 0.51% -
HSV(B) 220.24º 0.49% 0.68% -
XYZ 17.81 17.58 41.99 -
YUV 114.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 88 116 173 0.49 0.33 0 0.32 220.24 0.34 0.51
Hex 58 74 AD 31 21 0 20 DC 22 33
Octal 130 164 255 61 41 0 40 334 42 63
Binary 1011000 1110100 10101101 110001 100001 0 100000 11011100 100010 110011

Color Harmonies of #5874AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5874AD

Black with #5874AD

Text Example


Text Example

White with #5874AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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