#5F837E

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

Shades of Breaker Bay #5F837E

Tints of Breaker Bay #5F837E

Color information

#5F837E (or 0x5F837E) is unknown color: approx Breaker Bay. HEX triplet: 5F, 83 and 7E. RGB value is (95,131,126). Sum of RGB (Red+Green+Blue) = 95+131+126=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #5F837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F837E is #A07C81. Grayscale: #777777. Windows color (decimal): -10517634 or 8291167. OLE color: 8291167.

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

Color convert

RGB95131126-
CMYK0.2700.040.49
HSL171.67º15.93%44.31%-
HSV(B)171.67º27.48%51.37%-
XYZ16.620.1722.76-
YUV119.67131.57110.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=26.99%
G=37.22%
B=35.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951311260.2700.040.49171.6715.9344.31
Hex5F837E1B0431ac102c
Octal1372031763304612542054
Binary10111111000001111111101101101001100011010110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,131,126); }

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

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

 a { background-color: rgb(95,131,126); }

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

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

 span { border-color: rgb(95,131,126); }

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