#55817A

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

Shades of Breaker Bay #55817A

Tints of Breaker Bay #55817A

Color information

#55817A (or 0x55817A) is unknown color: approx Breaker Bay. HEX triplet: 55, 81 and 7A. RGB value is (85,129,122). Sum of RGB (Red+Green+Blue) = 85+129+122=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #55817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55817A is #AA7E85. Grayscale: #737373. Windows color (decimal): -11173510 or 8028501. OLE color: 8028501.

HSL color Cylindrical-coordinate representation of color #55817A: hue angle of 170.45º 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 #55817A is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB85129122-
CMYK0.3400.050.49
HSL170.45º20.56%41.96%-
HSV(B)170.45º34.11%50.59%-
XYZ15.1119.0421.29-
YUV115.05131.92106.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=25.30%
G=38.39%
B=36.31%

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
Decimal851291220.3400.050.49170.4520.5641.96
Hex55817A220531aa152a
Octal1252011724205612522552
Binary101010110000001111101010001001011100011010101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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