#509DC9

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

Shades of Picton Blue #509DC9

Tints of Picton Blue #509DC9

Color information

#509DC9 (or 0x509DC9) is unknown color: approx Picton Blue. HEX triplet: 50, 9D and C9. RGB value is (80,157,201). Sum of RGB (Red+Green+Blue) = 80+157+201=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #509DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DC9 is #AF6236. Grayscale: #8A8A8A. Windows color (decimal): -11493943 or 13213008. OLE color: 13213008.

HSL color Cylindrical-coordinate representation of color #509DC9: hue angle of 201.82º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #509DC9 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80157201-
CMYK0.600.2200.21
HSL201.82º52.84%55.1%-
HSV(B)201.82º60.2%78.82%-
XYZ25.9130.0459.69-
YUV138.99162.9985.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.26%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 201 (78.91% from 255) = 45.89%
R=18.26%
G=35.84%
B=45.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801572010.600.2200.21201.8252.8455.1
Hex509DC93C16015ca3537
Octal12023531174260253126567
Binary101000010011101110010011111001011001010111001010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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