Html Css Color HEX #507173 Breaker Bay

📋 copy color: '#507173'

red 80 ◦ green 113 ◦ blue 115

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

Shades of Breaker Bay #507173

Tints of Breaker Bay #507173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

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

R = 25.97%
G = 36.69%
B = 37.34%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#507173 (or 0x507173) is known color: Breaker Bay. HEX triplet: 50, 71 and 73. RGB value is (80,113,115). Sum of RGB (Red+Green+Blue) = 80+113+115=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #507173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507173 is #AF8E8C. Grayscale: #676767. Windows color (decimal): -11505293 or 7565648. OLE color: 7565648.

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

Color convert

RGB 80 113 115 -
CMYK 0.30 0.02 0 0.55
HSL 183.43º 0.18% 0.38% -
HSV(B) 183.43º 0.3% 0.45% -
XYZ 12.31 14.75 18.42 -
YUV 103.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 80 113 115 0.30 0.02 0 0.55 183.43 0.18 0.38
Hex 50 71 73 1E 2 0 37 B7 12 26
Octal 120 161 163 36 2 0 67 267 22 46
Binary 1010000 1110001 1110011 11110 10 0 110111 10110111 10010 100110

Color Harmonies of #507173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507173

Black with #507173

Text Example


Text Example

White with #507173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507173; }

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

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

background-color css

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

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

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

border-color css

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

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

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