#5B8580

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

Shades of Breaker Bay #5B8580

Tints of Breaker Bay #5B8580

Color information

#5B8580 (or 0x5B8580) is unknown color: approx Breaker Bay. HEX triplet: 5B, 85 and 80. RGB value is (91,133,128). Sum of RGB (Red+Green+Blue) = 91+133+128=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8580 is #A47A7F. Grayscale: #777777. Windows color (decimal): -10779264 or 8422747. OLE color: 8422747.

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

Color convert

RGB91133128-
CMYK0.3200.040.48
HSL172.86º18.75%43.92%-
HSV(B)172.86º31.58%52.16%-
XYZ16.620.5623.52-
YUV119.87132.59107.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.85%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=25.85%
G=37.78%
B=36.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911331280.3200.040.48172.8618.7543.92
Hex5B8580200430ad132c
Octal1332052004004602552354
Binary1011011100001011000000010000001001100001010110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,133,128); }

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

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

 a { background-color: rgb(91,133,128); }

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

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

 span { border-color: rgb(91,133,128); }

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