#558081

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

Shades of Breaker Bay #558081

Tints of Breaker Bay #558081

Color information

#558081 (or 0x558081) is unknown color: approx Breaker Bay. HEX triplet: 55, 80 and 81. RGB value is (85,128,129). Sum of RGB (Red+Green+Blue) = 85+128+129=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #558081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558081 is #AA7F7E. Grayscale: #737373. Windows color (decimal): -11173759 or 8486997. OLE color: 8486997.

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

Color convert

RGB85128129-
CMYK0.340.0100.49
HSL181.36º20.56%41.96%-
HSV(B)181.36º34.11%50.59%-
XYZ15.4318.9523.61-
YUV115.26135.75106.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=24.85%
G=37.43%
B=37.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851281290.340.0100.49181.3620.5641.96
Hex558081221031b5152a
Octal1252002014210612652552
Binary10101011000000010000001100010101100011011010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558081; }

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

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

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

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

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

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

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

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