#55867D

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

Shades of Breaker Bay #55867D

Tints of Breaker Bay #55867D

Color information

#55867D (or 0x55867D) is unknown color: approx Breaker Bay. HEX triplet: 55, 86 and 7D. RGB value is (85,134,125). Sum of RGB (Red+Green+Blue) = 85+134+125=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #55867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55867D is #AA7982. Grayscale: #767676. Windows color (decimal): -11172227 or 8226389. OLE color: 8226389.

HSL color Cylindrical-coordinate representation of color #55867D: hue angle of 168.98º 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 #55867D is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB85134125-
CMYK0.3700.070.47
HSL168.98º22.37%42.94%-
HSV(B)168.98º36.57%52.55%-
XYZ15.9720.4622.51-
YUV118.32131.77104.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=24.71%
G=38.95%
B=36.34%

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
Decimal851341250.3700.070.47168.9822.3742.94
Hex55867D25072Fa9162b
Octal1252061754507572512653
Binary101010110000110111110110010101111011111010100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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