#55727A

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

Shades of Blue Bayoux #55727A

Tints of Blue Bayoux #55727A

Color information

#55727A (or 0x55727A) is unknown color: approx Blue Bayoux. HEX triplet: 55, 72 and 7A. RGB value is (85,114,122). Sum of RGB (Red+Green+Blue) = 85+114+122=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #55727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55727A is #AA8D85. Grayscale: #6A6A6A. Windows color (decimal): -11177350 or 8024661. OLE color: 8024661.

HSL color Cylindrical-coordinate representation of color #55727A: hue angle of 192.97º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55727A is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB85114122-
CMYK0.300.0700.52
HSL192.97º17.87%40.59%-
HSV(B)192.97º30.33%47.84%-
XYZ13.2815.3720.68-
YUV106.24136.89112.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=26.48%
G=35.51%
B=38.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851141220.300.0700.52192.9717.8740.59
Hex55727A1E7034c11229
Octal1251621723670643012251
Binary1010101111001011110101111011101101001100000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55727A; }

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

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

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

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

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

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

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

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