Html Css Color HEX #50847C Breaker Bay

📋 copy color: '#50847C'

red 80 ◦ green 132 ◦ blue 124

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

Shades of Breaker Bay #50847C

Tints of Breaker Bay #50847C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 23.81%
G = 39.29%
B = 36.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#50847C (or 0x50847C) is known color: Breaker Bay. HEX triplet: 50, 84 and 7C. RGB value is (80,132,124). Sum of RGB (Red+Green+Blue) = 80+132+124=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #50847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847C is #AF7B83. Grayscale: #737373. Windows color (decimal): -11500420 or 8160336. OLE color: 8160336.

HSL color Cylindrical-coordinate representation of color #50847C: hue angle of 170.77º 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 #50847C is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 124 -
CMYK 0.39 0 0.06 0.48
HSL 170.77º 0.25% 0.42% -
HSV(B) 170.77º 0.39% 0.52% -
XYZ 15.2 19.66 22.06 -
YUV 115.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 80 132 124 0.39 0 0.06 0.48 170.77 0.25 0.42
Hex 50 84 7C 27 0 6 30 AB 19 2A
Octal 120 204 174 47 0 6 60 253 31 52
Binary 1010000 10000100 1111100 100111 0 110 110000 10101011 11001 101010

Color Harmonies of #50847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50847C

Black with #50847C

Text Example


Text Example

White with #50847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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