#5E7B7C

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

Shades of Breaker Bay #5E7B7C

Tints of Breaker Bay #5E7B7C

Color information

#5E7B7C (or 0x5E7B7C) is unknown color: approx Breaker Bay. HEX triplet: 5E, 7B and 7C. RGB value is (94,123,124). Sum of RGB (Red+Green+Blue) = 94+123+124=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E7B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B7C is #A18483. Grayscale: #727272. Windows color (decimal): -10585220 or 8158046. OLE color: 8158046.

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

Color convert

RGB94123124-
CMYK0.240.0100.51
HSL182º13.76%42.75%-
HSV(B)182º24.19%48.63%-
XYZ15.341821.73-
YUV114.44133.39113.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.57%
GREEN value IS 123 (48.44% from 255) = 36.07%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=27.57%
G=36.07%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal941231240.240.0100.5118213.7642.75
Hex5E7B7C181033b6e2b
Octal1361731743010632661653
Binary1011110111101111111001100010110011101101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,123,124); }

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

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

 a { background-color: rgb(94,123,124); }

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

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

 span { border-color: rgb(94,123,124); }

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