#509C9A

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

Shades of Cadet Blue #509C9A

Tints of Cadet Blue #509C9A

Color information

#509C9A (or 0x509C9A) is unknown color: approx Cadet Blue. HEX triplet: 50, 9C and 9A. RGB value is (80,156,154). Sum of RGB (Red+Green+Blue) = 80+156+154=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #509C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C9A is #AF6365. Grayscale: #848484. Windows color (decimal): -11494246 or 10132560. OLE color: 10132560.

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

Color convert

RGB80156154-
CMYK0.4900.010.39
HSL178.42º32.2%46.27%-
HSV(B)178.42º48.72%61.18%-
XYZ21.0327.8234.83-
YUV133.05139.8290.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.51%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=20.51%
G=40%
B=39.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801561540.4900.010.39178.4232.246.27
Hex509C9A310127b2202e
Octal1202342326101472624056
Binary101000010011100100110101100010110011110110010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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