Html Css Color HEX #557AAB San Marino

📋 copy color: '#557AAB'

red 85 ◦ green 122 ◦ blue 171

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

Shades of San Marino #557AAB

Tints of San Marino #557AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 22.49%
G = 32.28%
B = 45.24%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557AAB (or 0x557AAB) is known color: San Marino. HEX triplet: 55, 7A and AB. RGB value is (85,122,171). Sum of RGB (Red+Green+Blue) = 85+122+171=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #557AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557AAB is #AA8554. Grayscale: #747474. Windows color (decimal): -11175253 or 11237973. OLE color: 11237973.

HSL color Cylindrical-coordinate representation of color #557AAB: hue angle of 214.19º degrees, saturation: 0.34, 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 #557AAB is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 122 171 -
CMYK 0.50 0.29 0 0.33
HSL 214.19º 0.34% 0.5% -
HSV(B) 214.19º 0.5% 0.67% -
XYZ 18.06 18.79 41.2 -
YUV 116.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 85 122 171 0.50 0.29 0 0.33 214.19 0.34 0.5
Hex 55 7A AB 32 1D 0 21 D6 22 32
Octal 125 172 253 62 35 0 41 326 42 62
Binary 1010101 1111010 10101011 110010 11101 0 100001 11010110 100010 110010

Color Harmonies of #557AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AAB

Black with #557AAB

Text Example


Text Example

White with #557AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557AAB; }

 p { color: rgb(85,122,171); }

 H1.HeaderClassName
 {
   color: #557AAB;
 }
 .AnyTagClassName
 {
   color: #557AAB;
 }
</style>

background-color css

<style>
 a { background-color: #557AAB; }

 a { background-color: rgb(85,122,171); }

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

border-color css

<style>
 span { border-color: #557AAB; }

 span { border-color: rgb(85,122,171); }

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