#519FAB

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

Shades of Cadet Blue #519FAB

Tints of Cadet Blue #519FAB

Color information

#519FAB (or 0x519FAB) is unknown color: approx Cadet Blue. HEX triplet: 51, 9F and AB. RGB value is (81,159,171). Sum of RGB (Red+Green+Blue) = 81+159+171=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #519FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519FAB is #AE6054. Grayscale: #888888. Windows color (decimal): -11427925 or 11247441. OLE color: 11247441.

HSL color Cylindrical-coordinate representation of color #519FAB: hue angle of 188º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519FAB is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81159171-
CMYK0.530.0700.33
HSL188º35.71%49.41%-
HSV(B)188º52.63%67.06%-
XYZ23.1429.4943-
YUV137.05147.1688.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 159 (62.5% from 255) = 38.69%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=19.71%
G=38.69%
B=41.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811591710.530.0700.3318835.7149.41
Hex519FAB357021bc2431
Octal1212372536570412744461
Binary10100011001111110101011110101111010000110111100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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