#5E8582

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

Shades of Breaker Bay #5E8582

Tints of Breaker Bay #5E8582

Color information

#5E8582 (or 0x5E8582) is unknown color: approx Breaker Bay. HEX triplet: 5E, 85 and 82. RGB value is (94,133,130). Sum of RGB (Red+Green+Blue) = 94+133+130=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8582 is #A17A7D. Grayscale: #787878. Windows color (decimal): -10582654 or 8553822. OLE color: 8553822.

HSL color Cylindrical-coordinate representation of color #5E8582: hue angle of 175.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E8582 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB94133130-
CMYK0.2900.020.48
HSL175.38º17.18%44.51%-
HSV(B)175.38º29.32%52.16%-
XYZ17.0320.7724.23-
YUV121133.08108.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.33%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=26.33%
G=37.25%
B=36.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941331300.2900.020.48175.3817.1844.51
Hex5E85821D0230af112d
Octal1362052023502602572155
Binary10111101000010110000010111010101100001010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,133,130); }

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

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

 a { background-color: rgb(94,133,130); }

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

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

 span { border-color: rgb(94,133,130); }

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