#5F7F7D

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

Shades of Breaker Bay #5F7F7D

Tints of Breaker Bay #5F7F7D

Color information

#5F7F7D (or 0x5F7F7D) is unknown color: approx Breaker Bay. HEX triplet: 5F, 7F and 7D. RGB value is (95,127,125). Sum of RGB (Red+Green+Blue) = 95+127+125=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F7D is #A08082. Grayscale: #757575. Windows color (decimal): -10518659 or 8224607. OLE color: 8224607.

HSL color Cylindrical-coordinate representation of color #5F7F7D: hue angle of 176.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7F7D is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB95127125-
CMYK0.2500.020.50
HSL176.25º14.41%43.53%-
HSV(B)176.25º25.2%49.8%-
XYZ16.0119.0922.24-
YUV117.2132.4112.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=27.38%
G=36.60%
B=36.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal951271250.2500.020.50176.2514.4143.53
Hex5F7F7D190232b0e2c
Octal1371771753102622601654
Binary10111111111111111110111001010110010101100001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,127,125); }

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

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

 a { background-color: rgb(95,127,125); }

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

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

 span { border-color: rgb(95,127,125); }

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