Html Css Color HEX #507473 Breaker Bay

📋 copy color: '#507473'

red 80 ◦ green 116 ◦ blue 115

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

Shades of Breaker Bay #507473

Tints of Breaker Bay #507473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 25.72%
G = 37.3%
B = 36.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#507473 (or 0x507473) is known color: Breaker Bay. HEX triplet: 50, 74 and 73. RGB value is (80,116,115). Sum of RGB (Red+Green+Blue) = 80+116+115=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #507473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507473 is #AF8B8C. Grayscale: #696969. Windows color (decimal): -11504525 or 7566416. OLE color: 7566416.

HSL color Cylindrical-coordinate representation of color #507473: hue angle of 178.33º 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 #507473 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 115 -
CMYK 0.31 0 0.01 0.55
HSL 178.33º 0.18% 0.38% -
HSV(B) 178.33º 0.31% 0.45% -
XYZ 12.65 15.43 18.53 -
YUV 105.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 80 116 115 0.31 0 0.01 0.55 178.33 0.18 0.38
Hex 50 74 73 1F 0 1 37 B2 12 26
Octal 120 164 163 37 0 1 67 262 22 46
Binary 1010000 1110100 1110011 11111 0 1 110111 10110010 10010 100110

Color Harmonies of #507473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507473

Black with #507473

Text Example


Text Example

White with #507473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507473; }

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

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

background-color css

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

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

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

border-color css

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

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

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