#5E837E

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

Shades of Breaker Bay #5E837E

Tints of Breaker Bay #5E837E

Color information

#5E837E (or 0x5E837E) is unknown color: approx Breaker Bay. HEX triplet: 5E, 83 and 7E. RGB value is (94,131,126). Sum of RGB (Red+Green+Blue) = 94+131+126=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #5E837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E837E is #A17C81. Grayscale: #777777. Windows color (decimal): -10583170 or 8291166. OLE color: 8291166.

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

Color convert

RGB94131126-
CMYK0.2800.040.49
HSL171.89º16.44%44.12%-
HSV(B)171.89º28.24%51.37%-
XYZ16.520.1222.75-
YUV119.37131.74109.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.78%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=26.78%
G=37.32%
B=35.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal941311260.2800.040.49171.8916.4444.12
Hex5E837E1C0431ac102c
Octal1362031763404612542054
Binary10111101000001111111101110001001100011010110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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