#509F99

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

Shades of Cadet Blue #509F99

Tints of Cadet Blue #509F99

Color information

#509F99 (or 0x509F99) is unknown color: approx Cadet Blue. HEX triplet: 50, 9F and 99. RGB value is (80,159,153). Sum of RGB (Red+Green+Blue) = 80+159+153=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #509F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F99 is #AF6066. Grayscale: #868686. Windows color (decimal): -11493479 or 10067792. OLE color: 10067792.

HSL color Cylindrical-coordinate representation of color #509F99: hue angle of 175.44º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F99 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB80159153-
CMYK0.5000.040.38
HSL175.44º33.05%46.86%-
HSV(B)175.44º49.69%62.35%-
XYZ21.4628.834.57-
YUV134.7138.3388.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=20.41%
G=40.56%
B=39.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801591530.5000.040.38175.4433.0546.86
Hex509F99320426af212f
Octal1202372316204462574157
Binary10100001001111110011001110010010010011010101111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,159,153); }

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

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

 a { background-color: rgb(80,159,153); }

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

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

 span { border-color: rgb(80,159,153); }

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