Html Css Color HEX #5873AB San Marino

📋 copy color: '#5873AB'

red 88 ◦ green 115 ◦ blue 171

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

Shades of San Marino #5873AB

Tints of San Marino #5873AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 23.53%
G = 30.75%
B = 45.72%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5873AB (or 0x5873AB) is known color: San Marino. HEX triplet: 58, 73 and AB. RGB value is (88,115,171). Sum of RGB (Red+Green+Blue) = 88+115+171=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #5873AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5873AB is #A78C54. Grayscale: #717171. Windows color (decimal): -10980437 or 11236184. OLE color: 11236184.

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

Color convert

RGB 88 115 171 -
CMYK 0.49 0.33 0 0.33
HSL 220.48º 0.33% 0.51% -
HSV(B) 220.48º 0.49% 0.67% -
XYZ 17.51 17.28 40.94 -
YUV 113.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 88 115 171 0.49 0.33 0 0.33 220.48 0.33 0.51
Hex 58 73 AB 31 21 0 21 DC 21 33
Octal 130 163 253 61 41 0 41 334 41 63
Binary 1011000 1110011 10101011 110001 100001 0 100001 11011100 100001 110011

Color Harmonies of #5873AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5873AB

Black with #5873AB

Text Example


Text Example

White with #5873AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5873AB; }

 p { color: rgb(88,115,171); }

 H1.HeaderClassName
 {
   color: #5873AB;
 }
 .AnyTagClassName
 {
   color: #5873AB;
 }
</style>

background-color css

<style>
 a { background-color: #5873AB; }

 a { background-color: rgb(88,115,171); }

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

border-color css

<style>
 span { border-color: #5873AB; }

 span { border-color: rgb(88,115,171); }

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