Html Css Color HEX #50807B Breaker Bay

📋 copy color: '#50807B'

red 80 ◦ green 128 ◦ blue 123

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

Shades of Breaker Bay #50807B

Tints of Breaker Bay #50807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 24.17%
G = 38.67%
B = 37.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#50807B (or 0x50807B) is known color: Breaker Bay. HEX triplet: 50, 80 and 7B. RGB value is (80,128,123). Sum of RGB (Red+Green+Blue) = 80+128+123=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 128 - color contains mainly: green. Hex color #50807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50807B is #AF7F84. Grayscale: #717171. Windows color (decimal): -11501445 or 8093776. OLE color: 8093776.

HSL color Cylindrical-coordinate representation of color #50807B: hue angle of 173.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50807B is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 123 -
CMYK 0.38 0 0.04 0.50
HSL 173.75º 0.23% 0.41% -
HSV(B) 173.75º 0.38% 0.5% -
XYZ 14.6 18.57 21.55 -
YUV 113.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 80 128 123 0.38 0 0.04 0.50 173.75 0.23 0.41
Hex 50 80 7B 26 0 4 32 AE 17 29
Octal 120 200 173 46 0 4 62 256 27 51
Binary 1010000 10000000 1111011 100110 0 100 110010 10101110 10111 101001

Color Harmonies of #50807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50807B

Black with #50807B

Text Example


Text Example

White with #50807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50807B; }

 p { color: rgb(80,128,123); }

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

background-color css

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

 a { background-color: rgb(80,128,123); }

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

border-color css

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

 span { border-color: rgb(80,128,123); }

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