#5B8581

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

Shades of Breaker Bay #5B8581

Tints of Breaker Bay #5B8581

Color information

#5B8581 (or 0x5B8581) is unknown color: approx Breaker Bay. HEX triplet: 5B, 85 and 81. RGB value is (91,133,129). Sum of RGB (Red+Green+Blue) = 91+133+129=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8581 is #A47A7E. Grayscale: #777777. Windows color (decimal): -10779263 or 8488283. OLE color: 8488283.

HSL color Cylindrical-coordinate representation of color #5B8581: hue angle of 174.29º 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 #5B8581 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB91133129-
CMYK0.3200.030.48
HSL174.29º18.75%43.92%-
HSV(B)174.29º31.58%52.16%-
XYZ16.6620.5823.86-
YUV119.99133.09107.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=25.78%
G=37.68%
B=36.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911331290.3200.030.48174.2918.7543.92
Hex5B8581200330ae132c
Octal1332052014003602562354
Binary101101110000101100000011000000111100001010111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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