#5D8680

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

Shades of Breaker Bay #5D8680

Tints of Breaker Bay #5D8680

Color information

#5D8680 (or 0x5D8680) is unknown color: approx Breaker Bay. HEX triplet: 5D, 86 and 80. RGB value is (93,134,128). Sum of RGB (Red+Green+Blue) = 93+134+128=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8680 is #A2797F. Grayscale: #797979. Windows color (decimal): -10647936 or 8423005. OLE color: 8423005.

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

Color convert

RGB93134128-
CMYK0.3100.040.47
HSL171.22º18.06%44.51%-
HSV(B)171.22º30.6%52.55%-
XYZ16.9420.9423.57-
YUV121.06131.92107.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.20%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=26.20%
G=37.75%
B=36.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931341280.3100.040.47171.2218.0644.51
Hex5D86801F042Fab122d
Octal1352062003704572532255
Binary101110110000110100000001111101001011111010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,134,128); }

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

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

 a { background-color: rgb(93,134,128); }

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

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

 span { border-color: rgb(93,134,128); }

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