#5B837F

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

Shades of Breaker Bay #5B837F

Tints of Breaker Bay #5B837F

Color information

#5B837F (or 0x5B837F) is unknown color: approx Breaker Bay. HEX triplet: 5B, 83 and 7F. RGB value is (91,131,127). Sum of RGB (Red+Green+Blue) = 91+131+127=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #5B837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B837F is #A47C80. Grayscale: #767676. Windows color (decimal): -10779777 or 8356699. OLE color: 8356699.

HSL color Cylindrical-coordinate representation of color #5B837F: hue angle of 174º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B837F is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB91131127-
CMYK0.3100.030.49
HSL174º18.02%43.53%-
HSV(B)174º30.53%51.37%-
XYZ16.2619.9923.08-
YUV118.58132.75108.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.07%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 127 (50% from 255) = 36.39%
R=26.07%
G=37.54%
B=36.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal911311270.3100.030.4917418.0243.53
Hex5B837F1F0331ae122c
Octal1332031773703612562254
Binary1011011100000111111111111110111100011010111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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