#509DC7

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

Shades of Picton Blue #509DC7

Tints of Picton Blue #509DC7

Color information

#509DC7 (or 0x509DC7) is unknown color: approx Picton Blue. HEX triplet: 50, 9D and C7. RGB value is (80,157,199). Sum of RGB (Red+Green+Blue) = 80+157+199=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #509DC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DC7 is #AF6238. Grayscale: #8A8A8A. Windows color (decimal): -11493945 or 13081936. OLE color: 13081936.

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

Color convert

RGB80157199-
CMYK0.600.2100.22
HSL201.18º51.52%54.71%-
HSV(B)201.18º59.8%78.04%-
XYZ25.6729.9458.46-
YUV138.76161.9986.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.35%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 199 (78.12% from 255) = 45.64%
R=18.35%
G=36.01%
B=45.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801571990.600.2100.22201.1851.5254.71
Hex509DC73C15016c93437
Octal12023530774250263116467
Binary101000010011101110001111111001010101011011001001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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