Html Css Color HEX #507775 Breaker Bay

📋 copy color: '#507775'

red 80 ◦ green 119 ◦ blue 117

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

Shades of Breaker Bay #507775

Tints of Breaker Bay #507775

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #507775: hue angle of 176.92º 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 #507775 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 117 -
CMYK 0.33 0 0.02 0.53
HSL 176.92º 0.2% 0.39% -
HSV(B) 176.92º 0.33% 0.47% -
XYZ 13.12 16.18 19.26 -
YUV 107.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 80 119 117 0.33 0 0.02 0.53 176.92 0.2 0.39
Hex 50 77 75 21 0 2 35 B1 14 27
Octal 120 167 165 41 0 2 65 261 24 47
Binary 1010000 1110111 1110101 100001 0 10 110101 10110001 10100 100111

Color Harmonies of #507775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507775

Black with #507775

Text Example


Text Example

White with #507775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507775; }

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

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

background-color css

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

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

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

border-color css

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

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

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