Html Css Color HEX #5E7976 Breaker Bay

📋 copy color: '#5E7976'

red 94 ◦ green 121 ◦ blue 118

#5E7976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #5E7976

Tints of Breaker Bay #5E7976

RGB

 RED value IS 94 (37.11% from 255) = 28.23%

 GREEN value IS 121 (47.66% from 255) = 36.34%

 BLUE value IS 118 (46.48% from 255) = 35.44%

R = 28.23%
G = 36.34%
B = 35.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#5E7976 (or 0x5E7976) is known color: Breaker Bay. HEX triplet: 5E, 79 and 76. RGB value is (94,121,118). Sum of RGB (Red+Green+Blue) = 94+121+118=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7976 is #A18689. Grayscale: #707070. Windows color (decimal): -10585738 or 7764318. OLE color: 7764318.

HSL color Cylindrical-coordinate representation of color #5E7976: hue angle of 173.33º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E7976 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 121 118 -
CMYK 0.22 0 0.02 0.53
HSL 173.33º 0.13% 0.42% -
HSV(B) 173.33º 0.22% 0.47% -
XYZ 14.72 17.36 19.71 -
YUV 112.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 94 121 118 0.22 0 0.02 0.53 173.33 0.13 0.42
Hex 5E 79 76 16 0 2 35 AD D 2A
Octal 136 171 166 26 0 2 65 255 15 52
Binary 1011110 1111001 1110110 10110 0 10 110101 10101101 1101 101010

Color Harmonies of #5E7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7976

Black with #5E7976

Text Example


Text Example

White with #5E7976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,121,118); }

 H1.HeaderClassName
 {
   color: #5E7976;
 }
 .AnyTagClassName
 {
   color: #5E7976;
 }
</style>

background-color css

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

 a { background-color: rgb(94,121,118); }

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

border-color css

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

 span { border-color: rgb(94,121,118); }

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