#519E9B

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

Shades of Cadet Blue #519E9B

Tints of Cadet Blue #519E9B

Color information

#519E9B (or 0x519E9B) is unknown color: approx Cadet Blue. HEX triplet: 51, 9E and 9B. RGB value is (81,158,155). Sum of RGB (Red+Green+Blue) = 81+158+155=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #519E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E9B is #AE6164. Grayscale: #868686. Windows color (decimal): -11428197 or 10198609. OLE color: 10198609.

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

Color convert

RGB81158155-
CMYK0.4900.020.38
HSL177.66º32.22%46.86%-
HSV(B)177.66º48.73%61.96%-
XYZ21.5428.5735.39-
YUV134.64139.4989.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.56%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=20.56%
G=40.10%
B=39.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811581550.4900.020.38177.6632.2246.86
Hex519E9B310226b2202f
Octal1212362336102462624057
Binary1010001100111101001101111000101010011010110010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,158,155); }

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

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

 a { background-color: rgb(81,158,155); }

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

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

 span { border-color: rgb(81,158,155); }

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