#557684

Color #557684 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #557684

Tints of Blue Bayoux #557684

Color information

#557684 (or 0x557684) is unknown color: approx Blue Bayoux. HEX triplet: 55, 76 and 84. RGB value is (85,118,132). Sum of RGB (Red+Green+Blue) = 85+118+132=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #557684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557684 is #AA897B. Grayscale: #6D6D6D. Windows color (decimal): -11176316 or 8681045. OLE color: 8681045.

HSL color Cylindrical-coordinate representation of color #557684: hue angle of 197.87º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557684 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85118132-
CMYK0.360.1100.48
HSL197.87º21.66%42.55%-
HSV(B)197.87º35.61%51.76%-
XYZ14.3916.5524.27-
YUV109.73140.57110.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=25.37%
G=35.22%
B=39.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851181320.360.1100.48197.8721.6642.55
Hex55768424B030c6162b
Octal12516620444130603062653
Binary1010101111011010000100100100101101100001100011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557684; }

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

 H1.HeaderClassName
 {
   color: #557684;
 }
 .AnyTagClassName
 {
   color: #557684;
 }
</style>
background-color css

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

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

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

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

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

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