#5F817E

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

Shades of Breaker Bay #5F817E

Tints of Breaker Bay #5F817E

Color information

#5F817E (or 0x5F817E) is unknown color: approx Breaker Bay. HEX triplet: 5F, 81 and 7E. RGB value is (95,129,126). Sum of RGB (Red+Green+Blue) = 95+129+126=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #5F817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F817E is #A07E81. Grayscale: #767676. Windows color (decimal): -10518146 or 8290655. OLE color: 8290655.

HSL color Cylindrical-coordinate representation of color #5F817E: hue angle of 174.71º 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 #5F817E is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB95129126-
CMYK0.2600.020.49
HSL174.71º15.18%43.92%-
HSV(B)174.71º26.36%50.59%-
XYZ16.3419.6422.67-
YUV118.49132.24111.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.14%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 126 (49.61% from 255) = 36%
R=27.14%
G=36.86%
B=36%

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
Decimal951291260.2600.020.49174.7115.1843.92
Hex5F817E1A0231aff2c
Octal1372011763202612571754
Binary101111110000001111111011010010110001101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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