#5092DF

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

Shades of Picton Blue #5092DF

Tints of Picton Blue #5092DF

Color information

#5092DF (or 0x5092DF) is unknown color: approx Picton Blue. HEX triplet: 50, 92 and DF. RGB value is (80,146,223). Sum of RGB (Red+Green+Blue) = 80+146+223=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #5092DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5092DF is #AF6D20. Grayscale: #868686. Windows color (decimal): -11496737 or 14651984. OLE color: 14651984.

HSL color Cylindrical-coordinate representation of color #5092DF: hue angle of 212.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5092DF is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80146223-
CMYK0.640.3500.13
HSL212.31º69.08%59.41%-
HSV(B)212.31º64.13%87.45%-
XYZ26.9127.5973.72-
YUV135.04177.6388.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.82%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=17.82%
G=32.52%
B=49.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801462230.640.3500.13212.3169.0859.41
Hex5092DF40230Dd4453b
Octal1202223371004301532410573
Binary10100001001001011011111100000010001101101110101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5092DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5092DF; }

 p { color: rgb(80,146,223); }

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

<style>
 a { background-color: #5092DF; }

 a { background-color: rgb(80,146,223); }

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

<style>
 span { border-color: #5092DF; }

 span { border-color: rgb(80,146,223); }

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