Html Css Color HEX #50847E Breaker Bay

📋 copy color: '#50847E'

red 80 ◦ green 132 ◦ blue 126

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

Shades of Breaker Bay #50847E

Tints of Breaker Bay #50847E

RGB

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

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

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

R = 23.67%
G = 39.05%
B = 37.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#50847E (or 0x50847E) is known color: Breaker Bay. HEX triplet: 50, 84 and 7E. RGB value is (80,132,126). Sum of RGB (Red+Green+Blue) = 80+132+126=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #50847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847E is #AF7B81. Grayscale: #737373. Windows color (decimal): -11500418 or 8291408. OLE color: 8291408.

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

Color convert

RGB 80 132 126 -
CMYK 0.39 0 0.05 0.48
HSL 173.08º 0.25% 0.42% -
HSV(B) 173.08º 0.39% 0.52% -
XYZ 15.33 19.71 22.74 -
YUV 115.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 80 132 126 0.39 0 0.05 0.48 173.08 0.25 0.42
Hex 50 84 7E 27 0 5 30 AD 19 2A
Octal 120 204 176 47 0 5 60 255 31 52
Binary 1010000 10000100 1111110 100111 0 101 110000 10101101 11001 101010

Color Harmonies of #50847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50847E

Black with #50847E

Text Example


Text Example

White with #50847E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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