#50A0AD

Color #50A0AD Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #50A0AD

Tints of Cadet Blue #50A0AD

Color information

#50A0AD (or 0x50A0AD) is unknown color: approx Cadet Blue. HEX triplet: 50, A0 and AD. RGB value is (80,160,173). Sum of RGB (Red+Green+Blue) = 80+160+173=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #50A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A0AD is #AF5F52. Grayscale: #898989. Windows color (decimal): -11493203 or 11378768. OLE color: 11378768.

HSL color Cylindrical-coordinate representation of color #50A0AD: hue angle of 188.39º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50A0AD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80160173-
CMYK0.540.0800.32
HSL188.39º36.76%49.61%-
HSV(B)188.39º53.76%67.84%-
XYZ23.4229.8644.07-
YUV137.5614886.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=19.37%
G=38.74%
B=41.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801601730.540.0800.32188.3936.7649.61
Hex50A0AD368020bc2532
Octal12024025566100402744562
Binary101000010100000101011011101101000010000010111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A0AD; }

 p { color: rgb(80,160,173); }

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

<style>
 a { background-color: #50A0AD; }

 a { background-color: rgb(80,160,173); }

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

<style>
 span { border-color: #50A0AD; }

 span { border-color: rgb(80,160,173); }

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