Html Css Color HEX #50837D Breaker Bay

📋 copy color: '#50837D'

red 80 ◦ green 131 ◦ blue 125

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

Shades of Breaker Bay #50837D

Tints of Breaker Bay #50837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 23.81%
G = 38.99%
B = 37.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#50837D (or 0x50837D) is known color: Breaker Bay. HEX triplet: 50, 83 and 7D. RGB value is (80,131,125). Sum of RGB (Red+Green+Blue) = 80+131+125=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #50837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50837D is #AF7C82. Grayscale: #737373. Windows color (decimal): -11500675 or 8225616. OLE color: 8225616.

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

Color convert

RGB 80 131 125 -
CMYK 0.39 0 0.05 0.49
HSL 172.94º 0.24% 0.41% -
HSV(B) 172.94º 0.39% 0.51% -
XYZ 15.13 19.42 22.35 -
YUV 115.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 80 131 125 0.39 0 0.05 0.49 172.94 0.24 0.41
Hex 50 83 7D 27 0 5 31 AD 18 29
Octal 120 203 175 47 0 5 61 255 30 51
Binary 1010000 10000011 1111101 100111 0 101 110001 10101101 11000 101001

Color Harmonies of #50837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50837D

Black with #50837D

Text Example


Text Example

White with #50837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50837D; }

 p { color: rgb(80,131,125); }

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

background-color css

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

 a { background-color: rgb(80,131,125); }

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

border-color css

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

 span { border-color: rgb(80,131,125); }

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