#509CCA

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

Shades of Picton Blue #509CCA

Tints of Picton Blue #509CCA

Color information

#509CCA (or 0x509CCA) is unknown color: approx Picton Blue. HEX triplet: 50, 9C and CA. RGB value is (80,156,202). Sum of RGB (Red+Green+Blue) = 80+156+202=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #509CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CCA is #AF6335. Grayscale: #8A8A8A. Windows color (decimal): -11494198 or 13278288. OLE color: 13278288.

HSL color Cylindrical-coordinate representation of color #509CCA: hue angle of 202.62º degrees, saturation: 0.54, 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 #509CCA is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80156202-
CMYK0.600.2300.21
HSL202.62º53.51%55.29%-
HSV(B)202.62º60.4%79.22%-
XYZ25.8629.7560.26-
YUV138.52163.8286.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.26%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=18.26%
G=35.62%
B=46.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801562020.600.2300.21202.6253.5155.29
Hex509CCA3C17015cb3637
Octal12023431274270253136667
Binary101000010011100110010101111001011101010111001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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