#5B8781

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

Shades of Breaker Bay #5B8781

Tints of Breaker Bay #5B8781

Color information

#5B8781 (or 0x5B8781) is unknown color: approx Breaker Bay. HEX triplet: 5B, 87 and 81. RGB value is (91,135,129). Sum of RGB (Red+Green+Blue) = 91+135+129=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8781 is #A4787E. Grayscale: #797979. Windows color (decimal): -10778751 or 8488795. OLE color: 8488795.

HSL color Cylindrical-coordinate representation of color #5B8781: hue angle of 171.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B8781 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB91135129-
CMYK0.3300.040.47
HSL171.82º19.47%44.31%-
HSV(B)171.82º32.59%52.94%-
XYZ16.9421.1423.96-
YUV121.16132.42106.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.63%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=25.63%
G=38.03%
B=36.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911351290.3300.040.47171.8219.4744.31
Hex5B878121042Fac132c
Octal1332072014104572542354
Binary1011011100001111000000110000101001011111010110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B8781; }

 p { color: rgb(91,135,129); }

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

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

 a { background-color: rgb(91,135,129); }

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

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

 span { border-color: rgb(91,135,129); }

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