#5F817F

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

Shades of Breaker Bay #5F817F

Tints of Breaker Bay #5F817F

Color information

#5F817F (or 0x5F817F) is unknown color: approx Breaker Bay. HEX triplet: 5F, 81 and 7F. RGB value is (95,129,127). Sum of RGB (Red+Green+Blue) = 95+129+127=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 129 - color contains mainly: green. Hex color #5F817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F817F is #A07E80. Grayscale: #767676. Windows color (decimal): -10518145 or 8356191. OLE color: 8356191.

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

Color convert

RGB95129127-
CMYK0.2600.020.49
HSL176.47º15.18%43.92%-
HSV(B)176.47º26.36%50.59%-
XYZ16.419.6723.01-
YUV118.61132.74111.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 127 (50% from 255) = 36.18%
R=27.07%
G=36.75%
B=36.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951291270.2600.020.49176.4715.1843.92
Hex5F817F1A0231b0f2c
Octal1372011773202612601754
Binary101111110000001111111111010010110001101100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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