Html Css Color HEX #5872AB San Marino

📋 copy color: '#5872AB'

red 88 ◦ green 114 ◦ blue 171

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

Shades of San Marino #5872AB

Tints of San Marino #5872AB

RGB

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

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

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

R = 23.59%
G = 30.56%
B = 45.84%

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

#5872AB (or 0x5872AB) is known color: San Marino. HEX triplet: 58, 72 and AB. RGB value is (88,114,171). Sum of RGB (Red+Green+Blue) = 88+114+171=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #5872AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5872AB is #A78D54. Grayscale: #707070. Windows color (decimal): -10980693 or 11235928. OLE color: 11235928.

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

Color convert

RGB 88 114 171 -
CMYK 0.49 0.33 0 0.33
HSL 221.2º 0.33% 0.51% -
HSV(B) 221.2º 0.49% 0.67% -
XYZ 17.39 17.05 40.9 -
YUV 112.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 88 114 171 0.49 0.33 0 0.33 221.2 0.33 0.51
Hex 58 72 AB 31 21 0 21 DD 21 33
Octal 130 162 253 61 41 0 41 335 41 63
Binary 1011000 1110010 10101011 110001 100001 0 100001 11011101 100001 110011

Color Harmonies of #5872AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5872AB

Black with #5872AB

Text Example


Text Example

White with #5872AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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