Html Css Color HEX #5D7976 Breaker Bay

📋 copy color: '#5D7976'

red 93 ◦ green 121 ◦ blue 118

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

Shades of Breaker Bay #5D7976

Tints of Breaker Bay #5D7976

RGB

 RED value IS 93 (36.72% from 255) = 28.01%

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

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

R = 28.01%
G = 36.45%
B = 35.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#5D7976 (or 0x5D7976) is known color: Breaker Bay. HEX triplet: 5D, 79 and 76. RGB value is (93,121,118). Sum of RGB (Red+Green+Blue) = 93+121+118=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #5D7976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7976 is #A28689. Grayscale: #707070. Windows color (decimal): -10651274 or 7764317. OLE color: 7764317.

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

Color convert

RGB 93 121 118 -
CMYK 0.23 0 0.02 0.53
HSL 173.57º 0.13% 0.42% -
HSV(B) 173.57º 0.23% 0.47% -
XYZ 14.62 17.31 19.71 -
YUV 112.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 93 121 118 0.23 0 0.02 0.53 173.57 0.13 0.42
Hex 5D 79 76 17 0 2 35 AE D 2A
Octal 135 171 166 27 0 2 65 256 15 52
Binary 1011101 1111001 1110110 10111 0 10 110101 10101110 1101 101010

Color Harmonies of #5D7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7976

Black with #5D7976

Text Example


Text Example

White with #5D7976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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