#50817D

Color #50817D Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #50817D

Tints of Breaker Bay #50817D

Color information

#50817D (or 0x50817D) is unknown color: approx Breaker Bay. HEX triplet: 50, 81 and 7D. RGB value is (80,129,125). Sum of RGB (Red+Green+Blue) = 80+129+125=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #50817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50817D is #AF7E82. Grayscale: #717171. Windows color (decimal): -11501187 or 8225104. OLE color: 8225104.

HSL color Cylindrical-coordinate representation of color #50817D: hue angle of 175.1º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50817D is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB80129125-
CMYK0.3800.030.49
HSL175.1º23.44%40.98%-
HSV(B)175.1º37.98%50.59%-
XYZ14.8618.8922.26-
YUV113.89134.27103.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=23.95%
G=38.62%
B=37.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801291250.3800.030.49175.123.4440.98
Hex50817D260331af1729
Octal1202011754603612572751
Binary10100001000000111111011001100111100011010111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50817D;
 }
 .AnyTagClassName
 {
   color: #50817D;
 }
</style>
background-color css

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

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

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

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

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

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