#509CDA

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

Shades of Picton Blue #509CDA

Tints of Picton Blue #509CDA

Color information

#509CDA (or 0x509CDA) is unknown color: approx Picton Blue. HEX triplet: 50, 9C and DA. RGB value is (80,156,218). Sum of RGB (Red+Green+Blue) = 80+156+218=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #509CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CDA is #AF6325. Grayscale: #8C8C8C. Windows color (decimal): -11494182 or 14326864. OLE color: 14326864.

HSL color Cylindrical-coordinate representation of color #509CDA: hue angle of 206.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509CDA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB80156218-
CMYK0.630.2800.15
HSL206.96º65.09%58.43%-
HSV(B)206.96º63.3%85.49%-
XYZ27.8530.5470.76-
YUV140.34171.8284.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 218 (85.55% from 255) = 48.02%
R=17.62%
G=34.36%
B=48.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal801562180.630.2800.15206.9665.0958.43
Hex509CDA3F1C0Fcf413a
Octal120234332773401731710172
Binary101000010011100110110101111111110001111110011111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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