#519A9D

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

Shades of Cadet Blue #519A9D

Tints of Cadet Blue #519A9D

Color information

#519A9D (or 0x519A9D) is unknown color: approx Cadet Blue. HEX triplet: 51, 9A and 9D. RGB value is (81,154,157). Sum of RGB (Red+Green+Blue) = 81+154+157=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #519A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519A9D is #AE6562. Grayscale: #848484. Windows color (decimal): -11429219 or 10328657. OLE color: 10328657.

HSL color Cylindrical-coordinate representation of color #519A9D: hue angle of 182.37º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519A9D is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81154157-
CMYK0.480.0200.38
HSL182.37º31.93%46.67%-
HSV(B)182.37º48.41%61.57%-
XYZ21.0327.2936.06-
YUV132.51141.8291.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.66%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=20.66%
G=39.29%
B=40.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811541570.480.0200.38182.3731.9346.67
Hex519A9D302026b6202f
Octal1212322356020462664057
Binary1010001100110101001110111000010010011010110110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,154,157); }

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

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

 a { background-color: rgb(81,154,157); }

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

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

 span { border-color: rgb(81,154,157); }

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