#519FAD

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

Shades of Cadet Blue #519FAD

Tints of Cadet Blue #519FAD

Color information

#519FAD (or 0x519FAD) is unknown color: approx Cadet Blue. HEX triplet: 51, 9F and AD. RGB value is (81,159,173). Sum of RGB (Red+Green+Blue) = 81+159+173=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 159 (62.5% from 255 or 38.50% 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 #519FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519FAD is #AE6052. Grayscale: #898989. Windows color (decimal): -11427923 or 11378513. OLE color: 11378513.

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

Color convert

RGB81159173-
CMYK0.530.0800.32
HSL189.13º36.22%49.8%-
HSV(B)189.13º53.18%67.84%-
XYZ23.3329.5644.01-
YUV137.27148.1687.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=19.61%
G=38.50%
B=41.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811591730.530.0800.32189.1336.2249.8
Hex519FAD358020bd2432
Octal12123725565100402754462
Binary101000110011111101011011101011000010000010111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519FAD; }

 p { color: rgb(81,159,173); }

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

<style>
 a { background-color: #519FAD; }

 a { background-color: rgb(81,159,173); }

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

<style>
 span { border-color: #519FAD; }

 span { border-color: rgb(81,159,173); }

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