Html Css Color HEX #50857E Breaker Bay

📋 copy color: '#50857E'

red 80 ◦ green 133 ◦ blue 126

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

Shades of Breaker Bay #50857E

Tints of Breaker Bay #50857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.23%

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 23.6%
G = 39.23%
B = 37.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#50857E (or 0x50857E) is known color: Breaker Bay. HEX triplet: 50, 85 and 7E. RGB value is (80,133,126). Sum of RGB (Red+Green+Blue) = 80+133+126=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #50857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50857E is #AF7A81. Grayscale: #747474. Windows color (decimal): -11500162 or 8291664. OLE color: 8291664.

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

Color convert

RGB 80 133 126 -
CMYK 0.40 0 0.05 0.48
HSL 172.08º 0.25% 0.42% -
HSV(B) 172.08º 0.4% 0.52% -
XYZ 15.46 19.99 22.78 -
YUV 116.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 80 133 126 0.40 0 0.05 0.48 172.08 0.25 0.42
Hex 50 85 7E 28 0 5 30 AC 19 2A
Octal 120 205 176 50 0 5 60 254 31 52
Binary 1010000 10000101 1111110 101000 0 101 110000 10101100 11001 101010

Color Harmonies of #50857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50857E

Black with #50857E

Text Example


Text Example

White with #50857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50857E; }

 p { color: rgb(80,133,126); }

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

background-color css

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

 a { background-color: rgb(80,133,126); }

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

border-color css

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

 span { border-color: rgb(80,133,126); }

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