#55867C

Color #55867C Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #55867C

Tints of Breaker Bay #55867C

Color information

#55867C (or 0x55867C) is unknown color: approx Breaker Bay. HEX triplet: 55, 86 and 7C. RGB value is (85,134,124). Sum of RGB (Red+Green+Blue) = 85+134+124=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #55867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55867C is #AA7983. Grayscale: #767676. Windows color (decimal): -11172228 or 8160853. OLE color: 8160853.

HSL color Cylindrical-coordinate representation of color #55867C: hue angle of 167.76º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55867C is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB85134124-
CMYK0.3700.070.47
HSL167.76º22.37%42.94%-
HSV(B)167.76º36.57%52.55%-
XYZ15.9120.4422.17-
YUV118.21131.27104.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=24.78%
G=39.07%
B=36.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851341240.3700.070.47167.7622.3742.94
Hex55867C25072Fa8162b
Octal1252061744507572502653
Binary101010110000110111110010010101111011111010100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55867C; }

 p { color: rgb(85,134,124); }

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

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

 a { background-color: rgb(85,134,124); }

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

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

 span { border-color: rgb(85,134,124); }

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