#509DAA

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

Shades of Cadet Blue #509DAA

Tints of Cadet Blue #509DAA

Color information

#509DAA (or 0x509DAA) is unknown color: approx Cadet Blue. HEX triplet: 50, 9D and AA. RGB value is (80,157,170). Sum of RGB (Red+Green+Blue) = 80+157+170=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #509DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509DAA is #AF6255. Grayscale: #878787. Windows color (decimal): -11493974 or 11181392. OLE color: 11181392.

HSL color Cylindrical-coordinate representation of color #509DAA: hue angle of 188.67º degrees, saturation: 0.36, 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 #509DAA is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80157170-
CMYK0.530.0800.33
HSL188.67º36%49.02%-
HSV(B)188.67º52.94%66.67%-
XYZ22.6228.7242.38-
YUV135.46147.4988.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=19.66%
G=38.57%
B=41.77%

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
Decimal801571700.530.0800.33188.673649.02
Hex509DAA358021bd2431
Octal12023525265100412754461
Binary101000010011101101010101101011000010000110111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,157,170); }

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

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

 a { background-color: rgb(80,157,170); }

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

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

 span { border-color: rgb(80,157,170); }

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