Html Css Color HEX #507476 Breaker Bay

📋 copy color: '#507476'

red 80 ◦ green 116 ◦ blue 118

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

Shades of Breaker Bay #507476

Tints of Breaker Bay #507476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

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

R = 25.48%
G = 36.94%
B = 37.58%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#507476 (or 0x507476) is known color: Breaker Bay. HEX triplet: 50, 74 and 76. RGB value is (80,116,118). Sum of RGB (Red+Green+Blue) = 80+116+118=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #507476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507476 is #AF8B89. Grayscale: #696969. Windows color (decimal): -11504522 or 7763024. OLE color: 7763024.

HSL color Cylindrical-coordinate representation of color #507476: hue angle of 183.16º 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 #507476 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 116 118 -
CMYK 0.32 0.02 0 0.54
HSL 183.16º 0.19% 0.39% -
HSV(B) 183.16º 0.32% 0.46% -
XYZ 12.82 15.5 19.46 -
YUV 105.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 80 116 118 0.32 0.02 0 0.54 183.16 0.19 0.39
Hex 50 74 76 20 2 0 36 B7 13 27
Octal 120 164 166 40 2 0 66 267 23 47
Binary 1010000 1110100 1110110 100000 10 0 110110 10110111 10011 100111

Color Harmonies of #507476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507476

Black with #507476

Text Example


Text Example

White with #507476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507476; }

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

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

background-color css

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

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

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

border-color css

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

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

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