Html Css Color HEX #507577 Breaker Bay

📋 copy color: '#507577'

red 80 ◦ green 117 ◦ blue 119

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

Shades of Breaker Bay #507577

Tints of Breaker Bay #507577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 25.32%
G = 37.03%
B = 37.66%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#507577 (or 0x507577) is known color: Breaker Bay. HEX triplet: 50, 75 and 77. RGB value is (80,117,119). Sum of RGB (Red+Green+Blue) = 80+117+119=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #507577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507577 is #AF8A88. Grayscale: #6A6A6A. Windows color (decimal): -11504265 or 7828816. OLE color: 7828816.

HSL color Cylindrical-coordinate representation of color #507577: hue angle of 183.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507577 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 117 119 -
CMYK 0.33 0.02 0 0.53
HSL 183.08º 0.2% 0.39% -
HSV(B) 183.08º 0.33% 0.47% -
XYZ 13 15.76 19.81 -
YUV 106.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 80 117 119 0.33 0.02 0 0.53 183.08 0.2 0.39
Hex 50 75 77 21 2 0 35 B7 14 27
Octal 120 165 167 41 2 0 65 267 24 47
Binary 1010000 1110101 1110111 100001 10 0 110101 10110111 10100 100111

Color Harmonies of #507577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507577

Black with #507577

Text Example


Text Example

White with #507577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507577; }

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

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

background-color css

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

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

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

border-color css

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

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

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