#509A9E

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

Shades of Cadet Blue #509A9E

Tints of Cadet Blue #509A9E

Color information

#509A9E (or 0x509A9E) is unknown color: approx Cadet Blue. HEX triplet: 50, 9A and 9E. RGB value is (80,154,158). Sum of RGB (Red+Green+Blue) = 80+154+158=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #509A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A9E is #AF6561. Grayscale: #848484. Windows color (decimal): -11494754 or 10394192. OLE color: 10394192.

HSL color Cylindrical-coordinate representation of color #509A9E: hue angle of 183.08º degrees, saturation: 0.33, 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 #509A9E is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80154158-
CMYK0.490.0300.38
HSL183.08º32.77%46.67%-
HSV(B)183.08º49.37%61.96%-
XYZ21.0427.2936.51-
YUV132.33142.4890.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=20.41%
G=39.29%
B=40.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801541580.490.0300.38183.0832.7746.67
Hex509A9E313026b7212f
Octal1202322366130462674157
Binary1010000100110101001111011000111010011010110111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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