Html Css Color HEX #50847A Breaker Bay

📋 copy color: '#50847A'

red 80 ◦ green 132 ◦ blue 122

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

Shades of Breaker Bay #50847A

Tints of Breaker Bay #50847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 23.95%
G = 39.52%
B = 36.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#50847A (or 0x50847A) is known color: Breaker Bay. HEX triplet: 50, 84 and 7A. RGB value is (80,132,122). Sum of RGB (Red+Green+Blue) = 80+132+122=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #50847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847A is #AF7B85. Grayscale: #737373. Windows color (decimal): -11500422 or 8029264. OLE color: 8029264.

HSL color Cylindrical-coordinate representation of color #50847A: hue angle of 168.46º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50847A is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 122 -
CMYK 0.39 0 0.08 0.48
HSL 168.46º 0.25% 0.42% -
HSV(B) 168.46º 0.39% 0.52% -
XYZ 15.07 19.61 21.4 -
YUV 115.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 80 132 122 0.39 0 0.08 0.48 168.46 0.25 0.42
Hex 50 84 7A 27 0 8 30 A8 19 2A
Octal 120 204 172 47 0 10 60 250 31 52
Binary 1010000 10000100 1111010 100111 0 1000 110000 10101000 11001 101010

Color Harmonies of #50847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50847A

Black with #50847A

Text Example


Text Example

White with #50847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50847A; }

 p { color: rgb(80,132,122); }

 H1.HeaderClassName
 {
   color: #50847A;
 }
 .AnyTagClassName
 {
   color: #50847A;
 }
</style>

background-color css

<style>
 a { background-color: #50847A; }

 a { background-color: rgb(80,132,122); }

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

border-color css

<style>
 span { border-color: #50847A; }

 span { border-color: rgb(80,132,122); }

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