#509acb

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

Shades of Picton Blue #509ACB

Tints of Picton Blue #509ACB

Color information

#509ACB (or 0x509ACB) is unknown color: approx Picton Blue. HEX triplet: 50, 9A and CB. RGB value is (80,154,203). Sum of RGB (Red+Green+Blue) = 80+154+203=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #509ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ACB is #AF6534. Grayscale: #898989. Windows color (decimal): -11494709 or 13343312. OLE color: 13343312.

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

Color convert

RGB80154203-
CMYK0.610.2400.20
HSL203.9º54.19%55.49%-
HSV(B)203.9º60.59%79.61%-
XYZ25.6429.1360.77-
YUV137.46164.9887.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.31%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=18.31%
G=35.24%
B=46.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801542030.610.2400.20203.954.1955.49
Hex509ACB3D18014cc3637
Octal12023231375300243146667
Binary101000010011010110010111111011100001010011001100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509acb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,154,203); }

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

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

 a { background-color: rgb(80,154,203); }

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

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

 span { border-color: rgb(80,154,203); }

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