#5097DE

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

Shades of Picton Blue #5097DE

Tints of Picton Blue #5097DE

Color information

#5097DE (or 0x5097DE) is unknown color: approx Picton Blue. HEX triplet: 50, 97 and DE. RGB value is (80,151,222). Sum of RGB (Red+Green+Blue) = 80+151+222=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #5097DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5097DE is #AF6821. Grayscale: #898989. Windows color (decimal): -11495458 or 14587728. OLE color: 14587728.

HSL color Cylindrical-coordinate representation of color #5097DE: hue angle of 210º degrees, saturation: 0.68, 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 #5097DE is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80151222-
CMYK0.640.3200.13
HSL210º68.27%59.22%-
HSV(B)210º63.96%87.06%-
XYZ27.5629.1173.27-
YUV137.86175.4886.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=17.66%
G=33.33%
B=49.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801512220.640.3200.1321068.2759.22
Hex5097DE40200Dd2443b
Octal1202273361004001532210473
Binary10100001001011111011110100000010000001101110100101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5097DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5097DE; }

 p { color: rgb(80,151,222); }

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

<style>
 a { background-color: #5097DE; }

 a { background-color: rgb(80,151,222); }

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

<style>
 span { border-color: #5097DE; }

 span { border-color: rgb(80,151,222); }

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