#55817B

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

Shades of Breaker Bay #55817B

Tints of Breaker Bay #55817B

Color information

#55817B (or 0x55817B) is unknown color: approx Breaker Bay. HEX triplet: 55, 81 and 7B. RGB value is (85,129,123). Sum of RGB (Red+Green+Blue) = 85+129+123=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #55817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55817B is #AA7E84. Grayscale: #737373. Windows color (decimal): -11173509 or 8094037. OLE color: 8094037.

HSL color Cylindrical-coordinate representation of color #55817B: hue angle of 171.82º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55817B is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB85129123-
CMYK0.3400.050.49
HSL171.82º20.56%41.96%-
HSV(B)171.82º34.11%50.59%-
XYZ15.1719.0621.62-
YUV115.16132.42106.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=25.22%
G=38.28%
B=36.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851291230.3400.050.49171.8220.5641.96
Hex55817B220531ac152a
Octal1252011734205612542552
Binary101010110000001111101110001001011100011010110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55817B; }

 p { color: rgb(85,129,123); }

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

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

 a { background-color: rgb(85,129,123); }

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

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

 span { border-color: rgb(85,129,123); }

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