#5E7D7A

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

Shades of Breaker Bay #5E7D7A

Tints of Breaker Bay #5E7D7A

Color information

#5E7D7A (or 0x5E7D7A) is unknown color: approx Breaker Bay. HEX triplet: 5E, 7D and 7A. RGB value is (94,125,122). Sum of RGB (Red+Green+Blue) = 94+125+122=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7D7A is #A18285. Grayscale: #737373. Windows color (decimal): -10584710 or 8027486. OLE color: 8027486.

HSL color Cylindrical-coordinate representation of color #5E7D7A: hue angle of 174.19º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7D7A is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB94125122-
CMYK0.2500.020.51
HSL174.19º14.16%42.94%-
HSV(B)174.19º24.8%49.02%-
XYZ15.4618.4521.16-
YUV115.39131.73112.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.57%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=27.57%
G=36.66%
B=35.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal941251220.2500.020.51174.1914.1642.94
Hex5E7D7A190233aee2b
Octal1361751723102632561653
Binary10111101111101111101011001010110011101011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,125,122); }

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

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

 a { background-color: rgb(94,125,122); }

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

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

 span { border-color: rgb(94,125,122); }

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