#51A5AA

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

Shades of Cadet Blue #51A5AA

Tints of Cadet Blue #51A5AA

Color information

#51A5AA (or 0x51A5AA) is unknown color: approx Cadet Blue. HEX triplet: 51, A5 and AA. RGB value is (81,165,170). Sum of RGB (Red+Green+Blue) = 81+165+170=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #51A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A5AA is #AE5A55. Grayscale: #8C8C8C. Windows color (decimal): -11426390 or 11183441. OLE color: 11183441.

HSL color Cylindrical-coordinate representation of color #51A5AA: hue angle of 183.37º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A5AA is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81165170-
CMYK0.520.0300.33
HSL183.37º35.46%49.22%-
HSV(B)183.37º52.35%66.67%-
XYZ24.131.5642.85-
YUV140.45144.6785.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 165 (64.84% from 255) = 39.66%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=19.47%
G=39.66%
B=40.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811651700.520.0300.33183.3735.4649.22
Hex51A5AA343021b72331
Octal1212452526430412674361
Binary1010001101001011010101011010011010000110110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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