Html Css Color HEX #557BA6 San Marino

📋 copy color: '#557BA6'

red 85 ◦ green 123 ◦ blue 166

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

Shades of San Marino #557BA6

Tints of San Marino #557BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.89%

 BLUE value IS 166 (65.23% from 255) = 44.39%

R = 22.73%
G = 32.89%
B = 44.39%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#557BA6 (or 0x557BA6) is known color: San Marino. HEX triplet: 55, 7B and A6. RGB value is (85,123,166). Sum of RGB (Red+Green+Blue) = 85+123+166=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 166 - color contains mainly: blue. Hex color #557BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BA6 is #AA8459. Grayscale: #747474. Windows color (decimal): -11175002 or 10910549. OLE color: 10910549.

HSL color Cylindrical-coordinate representation of color #557BA6: hue angle of 211.85º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #557BA6 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 123 166 -
CMYK 0.49 0.26 0 0.35
HSL 211.85º 0.32% 0.49% -
HSV(B) 211.85º 0.49% 0.65% -
XYZ 17.71 18.85 38.78 -
YUV 116.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 85 123 166 0.49 0.26 0 0.35 211.85 0.32 0.49
Hex 55 7B A6 31 1A 0 23 D4 20 31
Octal 125 173 246 61 32 0 43 324 40 61
Binary 1010101 1111011 10100110 110001 11010 0 100011 11010100 100000 110001

Color Harmonies of #557BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BA6

Black with #557BA6

Text Example


Text Example

White with #557BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,123,166); }

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

background-color css

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

 a { background-color: rgb(85,123,166); }

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

border-color css

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

 span { border-color: rgb(85,123,166); }

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