#509CA1

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

Shades of Cadet Blue #509CA1

Tints of Cadet Blue #509CA1

Color information

#509CA1 (or 0x509CA1) is unknown color: approx Cadet Blue. HEX triplet: 50, 9C and A1. RGB value is (80,156,161). Sum of RGB (Red+Green+Blue) = 80+156+161=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #509CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CA1 is #AF635E. Grayscale: #858585. Windows color (decimal): -11494239 or 10591312. OLE color: 10591312.

HSL color Cylindrical-coordinate representation of color #509CA1: hue angle of 183.7º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509CA1 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB80156161-
CMYK0.500.0300.37
HSL183.7º33.61%47.25%-
HSV(B)183.7º50.31%63.14%-
XYZ21.6328.0637.99-
YUV133.85143.3289.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=20.15%
G=39.29%
B=40.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal801561610.500.0300.37183.733.6147.25
Hex509CA1323025b8222f
Octal1202342416230452704257
Binary1010000100111001010000111001011010010110111000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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