#5B847F

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

Shades of Breaker Bay #5B847F

Tints of Breaker Bay #5B847F

Color information

#5B847F (or 0x5B847F) is unknown color: approx Breaker Bay. HEX triplet: 5B, 84 and 7F. RGB value is (91,132,127). Sum of RGB (Red+Green+Blue) = 91+132+127=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #5B847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B847F is #A47B80. Grayscale: #777777. Windows color (decimal): -10779521 or 8356955. OLE color: 8356955.

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

Color convert

RGB91132127-
CMYK0.3100.040.48
HSL172.68º18.39%43.73%-
HSV(B)172.68º31.06%51.76%-
XYZ16.420.2623.12-
YUV119.17132.42107.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 127 (50% from 255) = 36.29%
R=26%
G=37.71%
B=36.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911321270.3100.040.48172.6818.3943.73
Hex5B847F1F0430ad122c
Octal1332041773704602552254
Binary10110111000010011111111111101001100001010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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