#50A1AD

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

Shades of Cadet Blue #50A1AD

Tints of Cadet Blue #50A1AD

Color information

#50A1AD (or 0x50A1AD) is unknown color: approx Cadet Blue. HEX triplet: 50, A1 and AD. RGB value is (80,161,173). Sum of RGB (Red+Green+Blue) = 80+161+173=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #50A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A1AD is #AF5E52. Grayscale: #8A8A8A. Windows color (decimal): -11492947 or 11379024. OLE color: 11379024.

HSL color Cylindrical-coordinate representation of color #50A1AD: hue angle of 187.74º 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 #50A1AD is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80161173-
CMYK0.540.0700.32
HSL187.74º36.76%49.61%-
HSV(B)187.74º53.76%67.84%-
XYZ23.630.2144.12-
YUV138.15147.6686.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=19.32%
G=38.89%
B=41.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801611730.540.0700.32187.7436.7649.61
Hex50A1AD367020bc2532
Octal1202412556670402744562
Binary10100001010000110101101110110111010000010111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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