Html Css Color HEX #50857B Breaker Bay

📋 copy color: '#50857B'

red 80 ◦ green 133 ◦ blue 123

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

Shades of Breaker Bay #50857B

Tints of Breaker Bay #50857B

RGB

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

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

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

R = 23.81%
G = 39.58%
B = 36.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#50857B (or 0x50857B) is known color: Breaker Bay. HEX triplet: 50, 85 and 7B. RGB value is (80,133,123). Sum of RGB (Red+Green+Blue) = 80+133+123=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #50857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50857B is #AF7A84. Grayscale: #747474. Windows color (decimal): -11500165 or 8095056. OLE color: 8095056.

HSL color Cylindrical-coordinate representation of color #50857B: hue angle of 168.68º 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 #50857B is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 123 -
CMYK 0.40 0 0.08 0.48
HSL 168.68º 0.25% 0.42% -
HSV(B) 168.68º 0.4% 0.52% -
XYZ 15.27 19.91 21.78 -
YUV 116.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 80 133 123 0.40 0 0.08 0.48 168.68 0.25 0.42
Hex 50 85 7B 28 0 8 30 A9 19 2A
Octal 120 205 173 50 0 10 60 251 31 52
Binary 1010000 10000101 1111011 101000 0 1000 110000 10101001 11001 101010

Color Harmonies of #50857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50857B

Black with #50857B

Text Example


Text Example

White with #50857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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