Html Css Color HEX #50847D Breaker Bay

📋 copy color: '#50847D'

red 80 ◦ green 132 ◦ blue 125

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

Shades of Breaker Bay #50847D

Tints of Breaker Bay #50847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 23.74%
G = 39.17%
B = 37.09%

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

#50847D (or 0x50847D) is known color: Breaker Bay. HEX triplet: 50, 84 and 7D. RGB value is (80,132,125). Sum of RGB (Red+Green+Blue) = 80+132+125=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #50847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50847D is #AF7B82. Grayscale: #737373. Windows color (decimal): -11500419 or 8225872. OLE color: 8225872.

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

Color convert

RGB 80 132 125 -
CMYK 0.39 0 0.05 0.48
HSL 171.92º 0.25% 0.42% -
HSV(B) 171.92º 0.39% 0.52% -
XYZ 15.26 19.69 22.4 -
YUV 115.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 80 132 125 0.39 0 0.05 0.48 171.92 0.25 0.42
Hex 50 84 7D 27 0 5 30 AC 19 2A
Octal 120 204 175 47 0 5 60 254 31 52
Binary 1010000 10000100 1111101 100111 0 101 110000 10101100 11001 101010

Color Harmonies of #50847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50847D

Black with #50847D

Text Example


Text Example

White with #50847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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