#509A9D

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

Shades of Cadet Blue #509A9D

Tints of Cadet Blue #509A9D

Color information

#509A9D (or 0x509A9D) is unknown color: approx Cadet Blue. HEX triplet: 50, 9A and 9D. RGB value is (80,154,157). Sum of RGB (Red+Green+Blue) = 80+154+157=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #509A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A9D is #AF6562. Grayscale: #848484. Windows color (decimal): -11494755 or 10328656. OLE color: 10328656.

HSL color Cylindrical-coordinate representation of color #509A9D: hue angle of 182.34º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509A9D is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80154157-
CMYK0.490.0200.38
HSL182.34º32.49%46.47%-
HSV(B)182.34º49.04%61.57%-
XYZ20.9527.2536.05-
YUV132.22141.9890.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.46%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=20.46%
G=39.39%
B=40.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801541570.490.0200.38182.3432.4946.47
Hex509A9D312026b6202e
Octal1202322356120462664056
Binary1010000100110101001110111000110010011010110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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