Html Css Color HEX #507477 Breaker Bay

📋 copy color: '#507477'

red 80 ◦ green 116 ◦ blue 119

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

Shades of Breaker Bay #507477

Tints of Breaker Bay #507477

RGB

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

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

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

R = 25.4%
G = 36.83%
B = 37.78%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#507477 (or 0x507477) is known color: Breaker Bay. HEX triplet: 50, 74 and 77. RGB value is (80,116,119). Sum of RGB (Red+Green+Blue) = 80+116+119=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #507477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507477 is #AF8B88. Grayscale: #696969. Windows color (decimal): -11504521 or 7828560. OLE color: 7828560.

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

Color convert

RGB 80 116 119 -
CMYK 0.33 0.03 0 0.53
HSL 184.62º 0.2% 0.39% -
HSV(B) 184.62º 0.33% 0.47% -
XYZ 12.88 15.53 19.77 -
YUV 105.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 80 116 119 0.33 0.03 0 0.53 184.62 0.2 0.39
Hex 50 74 77 21 3 0 35 B9 14 27
Octal 120 164 167 41 3 0 65 271 24 47
Binary 1010000 1110100 1110111 100001 11 0 110101 10111001 10100 100111

Color Harmonies of #507477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507477

Black with #507477

Text Example


Text Example

White with #507477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507477; }

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

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

background-color css

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

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

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

border-color css

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

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

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