#5B7978

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

Shades of Breaker Bay #5B7978

Tints of Breaker Bay #5B7978

Color information

#5B7978 (or 0x5B7978) is unknown color: approx Breaker Bay. HEX triplet: 5B, 79 and 78. RGB value is (91,121,120). Sum of RGB (Red+Green+Blue) = 91+121+120=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7978 is #A48687. Grayscale: #6F6F6F. Windows color (decimal): -10782344 or 7895387. OLE color: 7895387.

HSL color Cylindrical-coordinate representation of color #5B7978: hue angle of 178º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B7978 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB91121120-
CMYK0.2500.010.53
HSL178º14.15%41.57%-
HSV(B)178º24.79%47.45%-
XYZ14.5417.2520.33-
YUV111.92132.56113.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.41%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=27.41%
G=36.45%
B=36.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal911211200.2500.010.5317814.1541.57
Hex5B7978190135b2e2a
Octal1331711703101652621652
Binary1011011111100111110001100101110101101100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,121,120); }

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

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

 a { background-color: rgb(91,121,120); }

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

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

 span { border-color: rgb(91,121,120); }

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