Html Css Color HEX #507474 Breaker Bay

📋 copy color: '#507474'

red 80 ◦ green 116 ◦ blue 116

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

Shades of Breaker Bay #507474

Tints of Breaker Bay #507474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 25.64%
G = 37.18%
B = 37.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#507474 (or 0x507474) is known color: Breaker Bay. HEX triplet: 50, 74 and 74. RGB value is (80,116,116). Sum of RGB (Red+Green+Blue) = 80+116+116=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #507474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507474 is #AF8B8B. Grayscale: #696969. Windows color (decimal): -11504524 or 7631952. OLE color: 7631952.

HSL color Cylindrical-coordinate representation of color #507474: hue angle of 180º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #507474 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 116 -
CMYK 0.31 0 0 0.55
HSL 180º 0.18% 0.38% -
HSV(B) 180º 0.31% 0.45% -
XYZ 12.71 15.46 18.84 -
YUV 105.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 80 116 116 0.31 0 0 0.55 180 0.18 0.38
Hex 50 74 74 1F 0 0 37 B4 12 26
Octal 120 164 164 37 0 0 67 264 22 46
Binary 1010000 1110100 1110100 11111 0 0 110111 10110100 10010 100110

Color Harmonies of #507474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507474

Black with #507474

Text Example


Text Example

White with #507474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507474; }

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

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

background-color css

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

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

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

border-color css

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

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

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