#509BCC

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

Shades of Picton Blue #509BCC

Tints of Picton Blue #509BCC

Color information

#509BCC (or 0x509BCC) is unknown color: approx Picton Blue. HEX triplet: 50, 9B and CC. RGB value is (80,155,204). Sum of RGB (Red+Green+Blue) = 80+155+204=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #509BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BCC is #AF6433. Grayscale: #898989. Windows color (decimal): -11494452 or 13409104. OLE color: 13409104.

HSL color Cylindrical-coordinate representation of color #509BCC: hue angle of 203.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509BCC is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80155204-
CMYK0.610.2400.2
HSL203.71º54.87%55.69%-
HSV(B)203.71º60.78%80%-
XYZ25.9329.5161.46-
YUV138.16165.1586.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.22%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=18.22%
G=35.31%
B=46.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801552040.610.2400.2203.7154.8755.69
Hex509BCC3D18014cc3738
Octal12023331475300243146770
Binary101000010011011110011001111011100001010011001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,155,204); }

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

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

 a { background-color: rgb(80,155,204); }

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

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

 span { border-color: rgb(80,155,204); }

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