Html Css Color HEX #5574AA San Marino

📋 copy color: '#5574AA'

red 85 ◦ green 116 ◦ blue 170

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

Shades of San Marino #5574AA

Tints of San Marino #5574AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

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

R = 22.91%
G = 31.27%
B = 45.82%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5574AA (or 0x5574AA) is known color: San Marino. HEX triplet: 55, 74 and AA. RGB value is (85,116,170). Sum of RGB (Red+Green+Blue) = 85+116+170=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5574AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5574AA is #AA8B55. Grayscale: #707070. Windows color (decimal): -11176790 or 11170901. OLE color: 11170901.

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

Color convert

RGB 85 116 170 -
CMYK 0.50 0.32 0 0.33
HSL 218.12º 0.33% 0.5% -
HSV(B) 218.12º 0.5% 0.67% -
XYZ 17.25 17.32 40.47 -
YUV 112.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 85 116 170 0.50 0.32 0 0.33 218.12 0.33 0.5
Hex 55 74 AA 32 20 0 21 DA 21 32
Octal 125 164 252 62 40 0 41 332 41 62
Binary 1010101 1110100 10101010 110010 100000 0 100001 11011010 100001 110010

Color Harmonies of #5574AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5574AA

Black with #5574AA

Text Example


Text Example

White with #5574AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,116,170); }

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

background-color css

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

 a { background-color: rgb(85,116,170); }

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

border-color css

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

 span { border-color: rgb(85,116,170); }

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