#509C9F

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

Shades of Cadet Blue #509C9F

Tints of Cadet Blue #509C9F

Color information

#509C9F (or 0x509C9F) is unknown color: approx Cadet Blue. HEX triplet: 50, 9C and 9F. RGB value is (80,156,159). Sum of RGB (Red+Green+Blue) = 80+156+159=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #509C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C9F is #AF6360. Grayscale: #858585. Windows color (decimal): -11494241 or 10460240. OLE color: 10460240.

HSL color Cylindrical-coordinate representation of color #509C9F: hue angle of 182.28º 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 #509C9F is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80156159-
CMYK0.500.0200.38
HSL182.28º33.05%46.86%-
HSV(B)182.28º49.69%62.35%-
XYZ21.4527.9937.07-
YUV133.62142.3289.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=20.25%
G=39.49%
B=40.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801561590.500.0200.38182.2833.0546.86
Hex509C9F322026b6212f
Octal1202342376220462664157
Binary1010000100111001001111111001010010011010110110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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