#509FAC

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

Shades of Cadet Blue #509FAC

Tints of Cadet Blue #509FAC

Color information

#509FAC (or 0x509FAC) is unknown color: approx Cadet Blue. HEX triplet: 50, 9F and AC. RGB value is (80,159,172). Sum of RGB (Red+Green+Blue) = 80+159+172=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #509FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509FAC is #AF6053. Grayscale: #888888. Windows color (decimal): -11493460 or 11312976. OLE color: 11312976.

HSL color Cylindrical-coordinate representation of color #509FAC: hue angle of 188.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509FAC is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80159172-
CMYK0.530.0800.33
HSL188.48º36.51%49.41%-
HSV(B)188.48º53.49%67.45%-
XYZ23.1529.4843.5-
YUV136.86147.8387.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 159 (62.5% from 255) = 38.69%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=19.46%
G=38.69%
B=41.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801591720.530.0800.33188.4836.5149.41
Hex509FAC358021bc2531
Octal12023725465100412744561
Binary101000010011111101011001101011000010000110111100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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