#5E817E

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

Shades of Breaker Bay #5E817E

Tints of Breaker Bay #5E817E

Color information

#5E817E (or 0x5E817E) is unknown color: approx Breaker Bay. HEX triplet: 5E, 81 and 7E. RGB value is (94,129,126). Sum of RGB (Red+Green+Blue) = 94+129+126=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #5E817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E817E is #A17E81. Grayscale: #767676. Windows color (decimal): -10583682 or 8290654. OLE color: 8290654.

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

Color convert

RGB94129126-
CMYK0.2700.020.49
HSL174.86º15.7%43.73%-
HSV(B)174.86º27.13%50.59%-
XYZ16.2319.5922.66-
YUV118.19132.4110.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=26.93%
G=36.96%
B=36.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal941291260.2700.020.49174.8615.743.73
Hex5E817E1B0231af102c
Octal1362011763302612572054
Binary1011110100000011111110110110101100011010111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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