#509C9B

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

Shades of Cadet Blue #509C9B

Tints of Cadet Blue #509C9B

Color information

#509C9B (or 0x509C9B) is unknown color: approx Cadet Blue. HEX triplet: 50, 9C and 9B. RGB value is (80,156,155). Sum of RGB (Red+Green+Blue) = 80+156+155=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #509C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C9B is #AF6364. Grayscale: #858585. Windows color (decimal): -11494245 or 10198096. OLE color: 10198096.

HSL color Cylindrical-coordinate representation of color #509C9B: hue angle of 179.21º 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 #509C9B is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB80156155-
CMYK0.4900.010.39
HSL179.21º32.2%46.27%-
HSV(B)179.21º48.72%61.18%-
XYZ21.1127.8535.27-
YUV133.16140.3290.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.46%
GREEN value IS 156 (61.33% from 255) = 39.90%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=20.46%
G=39.90%
B=39.64%

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
Decimal801561550.4900.010.39179.2132.246.27
Hex509C9B310127b3202e
Octal1202342336101472634056
Binary101000010011100100110111100010110011110110011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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