Html Css Color HEX #5876AE San Marino

📋 copy color: '#5876AE'

red 88 ◦ green 118 ◦ blue 174

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

Shades of San Marino #5876AE

Tints of San Marino #5876AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 23.16%
G = 31.05%
B = 45.79%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5876AE (or 0x5876AE) is known color: San Marino. HEX triplet: 58, 76 and AE. RGB value is (88,118,174). Sum of RGB (Red+Green+Blue) = 88+118+174=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #5876AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5876AE is #A78951. Grayscale: #737373. Windows color (decimal): -10979666 or 11433560. OLE color: 11433560.

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

Color convert

RGB 88 118 174 -
CMYK 0.49 0.32 0 0.32
HSL 219.07º 0.35% 0.51% -
HSV(B) 219.07º 0.49% 0.68% -
XYZ 18.14 18.09 42.58 -
YUV 115.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 88 118 174 0.49 0.32 0 0.32 219.07 0.35 0.51
Hex 58 76 AE 31 20 0 20 DB 23 33
Octal 130 166 256 61 40 0 40 333 43 63
Binary 1011000 1110110 10101110 110001 100000 0 100000 11011011 100011 110011

Color Harmonies of #5876AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5876AE

Black with #5876AE

Text Example


Text Example

White with #5876AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5876AE; }

 p { color: rgb(88,118,174); }

 H1.HeaderClassName
 {
   color: #5876AE;
 }
 .AnyTagClassName
 {
   color: #5876AE;
 }
</style>

background-color css

<style>
 a { background-color: #5876AE; }

 a { background-color: rgb(88,118,174); }

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

border-color css

<style>
 span { border-color: #5876AE; }

 span { border-color: rgb(88,118,174); }

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