#509BCB

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

Shades of Picton Blue #509BCB

Tints of Picton Blue #509BCB

Color information

#509BCB (or 0x509BCB) is unknown color: approx Picton Blue. HEX triplet: 50, 9B and CB. RGB value is (80,155,203). Sum of RGB (Red+Green+Blue) = 80+155+203=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #509BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BCB is #AF6434. Grayscale: #898989. Windows color (decimal): -11494453 or 13343568. OLE color: 13343568.

HSL color Cylindrical-coordinate representation of color #509BCB: hue angle of 203.41º 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 #509BCB is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80155203-
CMYK0.610.2400.20
HSL203.41º54.19%55.49%-
HSV(B)203.41º60.59%79.61%-
XYZ25.8129.4660.83-
YUV138.05164.6586.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.26%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=18.26%
G=35.39%
B=46.35%

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
Decimal801552030.610.2400.20203.4154.1955.49
Hex509BCB3D18014cb3637
Octal12023331375300243136667
Binary101000010011011110010111111011100001010011001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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