#509AA3

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

Shades of Cadet Blue #509AA3

Tints of Cadet Blue #509AA3

Color information

#509AA3 (or 0x509AA3) is unknown color: approx Cadet Blue. HEX triplet: 50, 9A and A3. RGB value is (80,154,163). Sum of RGB (Red+Green+Blue) = 80+154+163=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 163 - color contains mainly: blue. Hex color #509AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509AA3 is #AF655C. Grayscale: #848484. Windows color (decimal): -11494749 or 10721872. OLE color: 10721872.

HSL color Cylindrical-coordinate representation of color #509AA3: hue angle of 186.51º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #509AA3 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB80154163-
CMYK0.510.0600.36
HSL186.51º34.16%47.65%-
HSV(B)186.51º50.92%63.92%-
XYZ21.4727.4638.82-
YUV132.9144.9890.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 154 (60.55% from 255) = 38.79%
BLUE value IS 163 (64.06% from 255) = 41.06%
R=20.15%
G=38.79%
B=41.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801541630.510.0600.36186.5134.1647.65
Hex509AA3336024bb2230
Octal1202322436360442734260
Binary10100001001101010100011110011110010010010111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509AA3; }

 p { color: rgb(80,154,163); }

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

<style>
 a { background-color: #509AA3; }

 a { background-color: rgb(80,154,163); }

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

<style>
 span { border-color: #509AA3; }

 span { border-color: rgb(80,154,163); }

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