#5B7C7A

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

Shades of Breaker Bay #5B7C7A

Tints of Breaker Bay #5B7C7A

Color information

#5B7C7A (or 0x5B7C7A) is unknown color: approx Breaker Bay. HEX triplet: 5B, 7C and 7A. RGB value is (91,124,122). Sum of RGB (Red+Green+Blue) = 91+124+122=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7C7A is #A48385. Grayscale: #717171. Windows color (decimal): -10781574 or 8027227. OLE color: 8027227.

HSL color Cylindrical-coordinate representation of color #5B7C7A: hue angle of 176.36º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7C7A is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB91124122-
CMYK0.2700.020.51
HSL176.36º15.35%42.16%-
HSV(B)176.36º26.61%48.63%-
XYZ15.0318.0421.1-
YUV113.9132.57111.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.00%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=27.00%
G=36.80%
B=36.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal911241220.2700.020.51176.3615.3542.16
Hex5B7C7A1B0233b0f2a
Octal1331741723302632601752
Binary10110111111100111101011011010110011101100001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,122); }

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

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

 a { background-color: rgb(91,124,122); }

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

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

 span { border-color: rgb(91,124,122); }

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