Html Css Color HEX #557278 Blue Bayoux

📋 copy color: '#557278'

red 85 ◦ green 114 ◦ blue 120

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

Shades of Blue Bayoux #557278

Tints of Blue Bayoux #557278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 26.65%
G = 35.74%
B = 37.62%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#557278 (or 0x557278) is known color: Blue Bayoux. HEX triplet: 55, 72 and 78. RGB value is (85,114,120). Sum of RGB (Red+Green+Blue) = 85+114+120=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #557278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557278 is #AA8D87. Grayscale: #696969. Windows color (decimal): -11177352 or 7893589. OLE color: 7893589.

HSL color Cylindrical-coordinate representation of color #557278: hue angle of 190.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557278 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 114 120 -
CMYK 0.29 0.05 0 0.53
HSL 190.29º 0.17% 0.4% -
HSV(B) 190.29º 0.29% 0.47% -
XYZ 13.15 15.32 20.03 -
YUV 106.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 85 114 120 0.29 0.05 0 0.53 190.29 0.17 0.4
Hex 55 72 78 1D 5 0 35 BE 11 28
Octal 125 162 170 35 5 0 65 276 21 50
Binary 1010101 1110010 1111000 11101 101 0 110101 10111110 10001 101000

Color Harmonies of #557278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557278

Black with #557278

Text Example


Text Example

White with #557278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557278; }

 p { color: rgb(85,114,120); }

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

background-color css

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

 a { background-color: rgb(85,114,120); }

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

border-color css

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

 span { border-color: rgb(85,114,120); }

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