Html Css Color HEX #507C75 Breaker Bay

📋 copy color: '#507C75'

red 80 ◦ green 124 ◦ blue 117

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

Shades of Breaker Bay #507C75

Tints of Breaker Bay #507C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.63%

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 24.92%
G = 38.63%
B = 36.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#507C75 (or 0x507C75) is known color: Breaker Bay. HEX triplet: 50, 7C and 75. RGB value is (80,124,117). Sum of RGB (Red+Green+Blue) = 80+124+117=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #507C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C75 is #AF838A. Grayscale: #6E6E6E. Windows color (decimal): -11502475 or 7699536. OLE color: 7699536.

HSL color Cylindrical-coordinate representation of color #507C75: hue angle of 170.45º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C75 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 117 -
CMYK 0.35 0 0.06 0.51
HSL 170.45º 0.22% 0.4% -
HSV(B) 170.45º 0.35% 0.49% -
XYZ 13.73 17.41 19.47 -
YUV 110.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 80 124 117 0.35 0 0.06 0.51 170.45 0.22 0.4
Hex 50 7C 75 23 0 6 33 AA 16 28
Octal 120 174 165 43 0 6 63 252 26 50
Binary 1010000 1111100 1110101 100011 0 110 110011 10101010 10110 101000

Color Harmonies of #507C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C75

Black with #507C75

Text Example


Text Example

White with #507C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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