#5B867E

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

Shades of Breaker Bay #5B867E

Tints of Breaker Bay #5B867E

Color information

#5B867E (or 0x5B867E) is unknown color: approx Breaker Bay. HEX triplet: 5B, 86 and 7E. RGB value is (91,134,126). Sum of RGB (Red+Green+Blue) = 91+134+126=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #5B867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B867E is #A47981. Grayscale: #787878. Windows color (decimal): -10779010 or 8291931. OLE color: 8291931.

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

Color convert

RGB91134126-
CMYK0.3200.060.47
HSL168.84º19.11%44.12%-
HSV(B)168.84º32.09%52.55%-
XYZ16.6120.7822.87-
YUV120.23131.25107.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.93%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=25.93%
G=38.18%
B=35.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911341260.3200.060.47168.8419.1144.12
Hex5B867E20062Fa9132c
Octal1332061764006572512354
Binary101101110000110111111010000001101011111010100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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