Html Css Color HEX #508479 Breaker Bay

📋 copy color: '#508479'

red 80 ◦ green 132 ◦ blue 121

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

Shades of Breaker Bay #508479

Tints of Breaker Bay #508479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 24.02%
G = 39.64%
B = 36.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#508479 (or 0x508479) is known color: Breaker Bay. HEX triplet: 50, 84 and 79. RGB value is (80,132,121). Sum of RGB (Red+Green+Blue) = 80+132+121=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #508479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508479 is #AF7B86. Grayscale: #737373. Windows color (decimal): -11500423 or 7963728. OLE color: 7963728.

HSL color Cylindrical-coordinate representation of color #508479: hue angle of 167.31º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508479 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 121 -
CMYK 0.39 0 0.08 0.48
HSL 167.31º 0.25% 0.42% -
HSV(B) 167.31º 0.39% 0.52% -
XYZ 15.01 19.59 21.08 -
YUV 115.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 80 132 121 0.39 0 0.08 0.48 167.31 0.25 0.42
Hex 50 84 79 27 0 8 30 A7 19 2A
Octal 120 204 171 47 0 10 60 247 31 52
Binary 1010000 10000100 1111001 100111 0 1000 110000 10100111 11001 101010

Color Harmonies of #508479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508479

Black with #508479

Text Example


Text Example

White with #508479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508479; }

 p { color: rgb(80,132,121); }

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

background-color css

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

 a { background-color: rgb(80,132,121); }

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

border-color css

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

 span { border-color: rgb(80,132,121); }

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