#5B867F

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

Shades of Breaker Bay #5B867F

Tints of Breaker Bay #5B867F

Color information

#5B867F (or 0x5B867F) is unknown color: approx Breaker Bay. HEX triplet: 5B, 86 and 7F. RGB value is (91,134,127). Sum of RGB (Red+Green+Blue) = 91+134+127=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #5B867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B867F is #A47980. Grayscale: #787878. Windows color (decimal): -10779009 or 8357467. OLE color: 8357467.

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

Color convert

RGB91134127-
CMYK0.3200.050.47
HSL170.23º19.11%44.12%-
HSV(B)170.23º32.09%52.55%-
XYZ16.6720.8123.22-
YUV120.34131.75107.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.85%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 127 (50% from 255) = 36.08%
R=25.85%
G=38.07%
B=36.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911341270.3200.050.47170.2319.1144.12
Hex5B867F20052Faa132c
Octal1332061774005572522354
Binary101101110000110111111110000001011011111010101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,134,127); }

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

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

 a { background-color: rgb(91,134,127); }

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

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

 span { border-color: rgb(91,134,127); }

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