Html Css Color HEX #507576 Breaker Bay

📋 copy color: '#507576'

red 80 ◦ green 117 ◦ blue 118

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

Shades of Breaker Bay #507576

Tints of Breaker Bay #507576

RGB

 RED value IS 80 (31.64% from 255) = 25.4%

 GREEN value IS 117 (46.09% from 255) = 37.14%

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

R = 25.4%
G = 37.14%
B = 37.46%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#507576 (or 0x507576) is known color: Breaker Bay. HEX triplet: 50, 75 and 76. RGB value is (80,117,118). Sum of RGB (Red+Green+Blue) = 80+117+118=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #507576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507576 is #AF8A89. Grayscale: #6A6A6A. Windows color (decimal): -11504266 or 7763280. OLE color: 7763280.

HSL color Cylindrical-coordinate representation of color #507576: hue angle of 181.58º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507576 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 118 -
CMYK 0.32 0.01 0 0.54
HSL 181.58º 0.19% 0.39% -
HSV(B) 181.58º 0.32% 0.46% -
XYZ 12.94 15.74 19.49 -
YUV 106.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 80 117 118 0.32 0.01 0 0.54 181.58 0.19 0.39
Hex 50 75 76 20 1 0 36 B6 13 27
Octal 120 165 166 40 1 0 66 266 23 47
Binary 1010000 1110101 1110110 100000 1 0 110110 10110110 10011 100111

Color Harmonies of #507576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507576

Black with #507576

Text Example


Text Example

White with #507576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507576; }

 p { color: rgb(80,117,118); }

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

background-color css

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

 a { background-color: rgb(80,117,118); }

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

border-color css

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

 span { border-color: rgb(80,117,118); }

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