#51A5AD

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

Shades of Cadet Blue #51A5AD

Tints of Cadet Blue #51A5AD

Color information

#51A5AD (or 0x51A5AD) is unknown color: approx Cadet Blue. HEX triplet: 51, A5 and AD. RGB value is (81,165,173). Sum of RGB (Red+Green+Blue) = 81+165+173=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #51A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A5AD is #AE5A52. Grayscale: #8C8C8C. Windows color (decimal): -11426387 or 11380049. OLE color: 11380049.

HSL color Cylindrical-coordinate representation of color #51A5AD: hue angle of 185.22º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51A5AD is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81165173-
CMYK0.530.0500.32
HSL185.22º36.22%49.8%-
HSV(B)185.22º53.18%67.84%-
XYZ24.3931.6844.36-
YUV140.8146.1785.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.33%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=19.33%
G=39.38%
B=41.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811651730.530.0500.32185.2236.2249.8
Hex51A5AD355020b92432
Octal1212452556550402714462
Binary10100011010010110101101110101101010000010111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A5AD; }

 p { color: rgb(81,165,173); }

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

<style>
 a { background-color: #51A5AD; }

 a { background-color: rgb(81,165,173); }

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

<style>
 span { border-color: #51A5AD; }

 span { border-color: rgb(81,165,173); }

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