#5E837F

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

Shades of Breaker Bay #5E837F

Tints of Breaker Bay #5E837F

Color information

#5E837F (or 0x5E837F) is unknown color: approx Breaker Bay. HEX triplet: 5E, 83 and 7F. RGB value is (94,131,127). Sum of RGB (Red+Green+Blue) = 94+131+127=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #5E837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E837F is #A17C80. Grayscale: #777777. Windows color (decimal): -10583169 or 8356702. OLE color: 8356702.

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

Color convert

RGB94131127-
CMYK0.2800.030.49
HSL173.51º16.44%44.12%-
HSV(B)173.51º28.24%51.37%-
XYZ16.5620.1423.09-
YUV119.48132.24109.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.70%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 127 (50% from 255) = 36.08%
R=26.70%
G=37.22%
B=36.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal941311270.2800.030.49173.5116.4444.12
Hex5E837F1C0331ae102c
Octal1362031773403612562054
Binary1011110100000111111111111000111100011010111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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