Html Css Color HEX #5872AA San Marino

📋 copy color: '#5872AA'

red 88 ◦ green 114 ◦ blue 170

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

Shades of San Marino #5872AA

Tints of San Marino #5872AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

 BLUE value IS 170 (66.8% from 255) = 45.7%

R = 23.66%
G = 30.65%
B = 45.7%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5872AA (or 0x5872AA) is known color: San Marino. HEX triplet: 58, 72 and AA. RGB value is (88,114,170). Sum of RGB (Red+Green+Blue) = 88+114+170=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #5872AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5872AA is #A78D55. Grayscale: #707070. Windows color (decimal): -10980694 or 11170392. OLE color: 11170392.

HSL color Cylindrical-coordinate representation of color #5872AA: hue angle of 220.98º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5872AA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 114 170 -
CMYK 0.48 0.33 0 0.33
HSL 220.98º 0.33% 0.51% -
HSV(B) 220.98º 0.48% 0.67% -
XYZ 17.3 17.01 40.4 -
YUV 112.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 88 114 170 0.48 0.33 0 0.33 220.98 0.33 0.51
Hex 58 72 AA 30 21 0 21 DD 21 33
Octal 130 162 252 60 41 0 41 335 41 63
Binary 1011000 1110010 10101010 110000 100001 0 100001 11011101 100001 110011

Color Harmonies of #5872AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5872AA

Black with #5872AA

Text Example


Text Example

White with #5872AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5872AA; }

 p { color: rgb(88,114,170); }

 H1.HeaderClassName
 {
   color: #5872AA;
 }
 .AnyTagClassName
 {
   color: #5872AA;
 }
</style>

background-color css

<style>
 a { background-color: #5872AA; }

 a { background-color: rgb(88,114,170); }

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

border-color css

<style>
 span { border-color: #5872AA; }

 span { border-color: rgb(88,114,170); }

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