#519FA4

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

Shades of Cadet Blue #519FA4

Tints of Cadet Blue #519FA4

Color information

#519FA4 (or 0x519FA4) is unknown color: approx Cadet Blue. HEX triplet: 51, 9F and A4. RGB value is (81,159,164). Sum of RGB (Red+Green+Blue) = 81+159+164=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #519FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519FA4 is #AE605B. Grayscale: #888888. Windows color (decimal): -11427932 or 10788689. OLE color: 10788689.

HSL color Cylindrical-coordinate representation of color #519FA4: hue angle of 183.61º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #519FA4 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB81159164-
CMYK0.510.0300.36
HSL183.61º33.88%48.04%-
HSV(B)183.61º50.61%64.31%-
XYZ22.4929.2339.58-
YUV136.25143.6688.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.05%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 164 (64.45% from 255) = 40.59%
R=20.05%
G=39.36%
B=40.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811591640.510.0300.36183.6133.8848.04
Hex519FA4333024b82230
Octal1212372446330442704260
Binary1010001100111111010010011001111010010010111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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