#519F94

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

Shades of Cadet Blue #519F94

Tints of Cadet Blue #519F94

Color information

#519F94 (or 0x519F94) is unknown color: approx Cadet Blue. HEX triplet: 51, 9F and 94. RGB value is (81,159,148). Sum of RGB (Red+Green+Blue) = 81+159+148=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #519F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519F94 is #AE606B. Grayscale: #868686. Windows color (decimal): -11427948 or 9740113. OLE color: 9740113.

HSL color Cylindrical-coordinate representation of color #519F94: hue angle of 171.54º 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 #519F94 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB81159148-
CMYK0.4900.070.38
HSL171.54º32.5%47.06%-
HSV(B)171.54º49.06%62.35%-
XYZ21.1428.6832.44-
YUV134.42135.6689.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 148 (58.20% from 255) = 38.14%
R=20.88%
G=40.98%
B=38.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811591480.4900.070.38171.5432.547.06
Hex519F94310726ac202f
Octal1212372246107462544057
Binary10100011001111110010100110001011110011010101100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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