Html Css Color HEX #5576AE San Marino

📋 copy color: '#5576AE'

red 85 ◦ green 118 ◦ blue 174

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

Shades of San Marino #5576AE

Tints of San Marino #5576AE

RGB

 RED value IS 85 (33.59% from 255) = 22.55%

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

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

R = 22.55%
G = 31.3%
B = 46.15%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5576AE (or 0x5576AE) is known color: San Marino. HEX triplet: 55, 76 and AE. RGB value is (85,118,174). Sum of RGB (Red+Green+Blue) = 85+118+174=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #5576AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5576AE is #AA8951. Grayscale: #727272. Windows color (decimal): -11176274 or 11433557. OLE color: 11433557.

HSL color Cylindrical-coordinate representation of color #5576AE: hue angle of 217.75º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5576AE is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 118 174 -
CMYK 0.51 0.32 0 0.32
HSL 217.75º 0.35% 0.51% -
HSV(B) 217.75º 0.51% 0.68% -
XYZ 17.86 17.94 42.57 -
YUV 114.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 85 118 174 0.51 0.32 0 0.32 217.75 0.35 0.51
Hex 55 76 AE 33 20 0 20 DA 23 33
Octal 125 166 256 63 40 0 40 332 43 63
Binary 1010101 1110110 10101110 110011 100000 0 100000 11011010 100011 110011

Color Harmonies of #5576AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5576AE

Black with #5576AE

Text Example


Text Example

White with #5576AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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