#509FA4

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

Shades of Cadet Blue #509FA4

Tints of Cadet Blue #509FA4

Color information

#509FA4 (or 0x509FA4) is unknown color: approx Cadet Blue. HEX triplet: 50, 9F and A4. RGB value is (80,159,164). Sum of RGB (Red+Green+Blue) = 80+159+164=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #509FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509FA4 is #AF605B. Grayscale: #878787. Windows color (decimal): -11493468 or 10788688. OLE color: 10788688.

HSL color Cylindrical-coordinate representation of color #509FA4: hue angle of 183.57º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #509FA4 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB80159164-
CMYK0.510.0300.36
HSL183.57º34.43%47.84%-
HSV(B)183.57º51.22%64.31%-
XYZ22.4129.1839.57-
YUV135.95143.8388.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.85%
GREEN value IS 159 (62.5% from 255) = 39.45%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=19.85%
G=39.45%
B=40.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801591640.510.0300.36183.5734.4347.84
Hex509FA4333024b82230
Octal1202372446330442704260
Binary1010000100111111010010011001111010010010111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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