Html Css Color HEX #50A0AD Cadet Blue

📋 copy color: '#50A0AD'

red 80 ◦ green 160 ◦ blue 173

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

Shades of Cadet Blue #50A0AD

Tints of Cadet Blue #50A0AD

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 value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#50A0AD (or 0x50A0AD) is known color: 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

RGB 80 160 173 -
CMYK 0.54 0.08 0 0.32
HSL 188.39º 0.37% 0.5% -
HSV(B) 188.39º 0.54% 0.68% -
XYZ 23.42 29.86 44.07 -
YUV 137.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 80 160 173 0.54 0.08 0 0.32 188.39 0.37 0.5
Hex 50 A0 AD 36 8 0 20 BC 25 32
Octal 120 240 255 66 10 0 40 274 45 62
Binary 1010000 10100000 10101101 110110 1000 0 100000 10111100 100101 110010

Color Harmonies of #50A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A0AD

Black with #50A0AD

Text Example


Text Example

White with #50A0AD

Text Example


Text Example

HTML Codes & Css Web 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>