Html Css Color HEX #50827F Breaker Bay

📋 copy color: '#50827F'

red 80 ◦ green 130 ◦ blue 127

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

Shades of Breaker Bay #50827F

Tints of Breaker Bay #50827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

 BLUE value IS 127 (50% from 255) = 37.69%

R = 23.74%
G = 38.58%
B = 37.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#50827F (or 0x50827F) is known color: Breaker Bay. HEX triplet: 50, 82 and 7F. RGB value is (80,130,127). Sum of RGB (Red+Green+Blue) = 80+130+127=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #50827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50827F is #AF7D80. Grayscale: #727272. Windows color (decimal): -11500929 or 8356432. OLE color: 8356432.

HSL color Cylindrical-coordinate representation of color #50827F: hue angle of 176.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50827F is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 127 -
CMYK 0.38 0 0.02 0.49
HSL 176.4º 0.24% 0.41% -
HSV(B) 176.4º 0.38% 0.51% -
XYZ 15.12 19.2 22.99 -
YUV 114.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 80 130 127 0.38 0 0.02 0.49 176.4 0.24 0.41
Hex 50 82 7F 26 0 2 31 B0 18 29
Octal 120 202 177 46 0 2 61 260 30 51
Binary 1010000 10000010 1111111 100110 0 10 110001 10110000 11000 101001

Color Harmonies of #50827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50827F

Black with #50827F

Text Example


Text Example

White with #50827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50827F; }

 p { color: rgb(80,130,127); }

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

background-color css

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

 a { background-color: rgb(80,130,127); }

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

border-color css

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

 span { border-color: rgb(80,130,127); }

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