#509ECB

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

Shades of Picton Blue #509ECB

Tints of Picton Blue #509ECB

Color information

#509ECB (or 0x509ECB) is unknown color: approx Picton Blue. HEX triplet: 50, 9E and CB. RGB value is (80,158,203). Sum of RGB (Red+Green+Blue) = 80+158+203=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #509ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ECB is #AF6134. Grayscale: #8B8B8B. Windows color (decimal): -11493685 or 13344336. OLE color: 13344336.

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

Color convert

RGB80158203-
CMYK0.610.2200.20
HSL201.95º54.19%55.49%-
HSV(B)201.95º60.59%79.61%-
XYZ26.3130.4760.99-
YUV139.81163.6685.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.14%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=18.14%
G=35.83%
B=46.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801582030.610.2200.20201.9554.1955.49
Hex509ECB3D16014ca3637
Octal12023631375260243126667
Binary101000010011110110010111111011011001010011001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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