#5296DC

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

Shades of Picton Blue #5296DC

Tints of Picton Blue #5296DC

Color information

#5296DC (or 0x5296DC) is unknown color: approx Picton Blue. HEX triplet: 52, 96 and DC. RGB value is (82,150,220). Sum of RGB (Red+Green+Blue) = 82+150+220=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #5296DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5296DC is #AD6923. Grayscale: #898989. Windows color (decimal): -11364644 or 14456402. OLE color: 14456402.

HSL color Cylindrical-coordinate representation of color #5296DC: hue angle of 210.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5296DC is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB82150220-
CMYK0.630.3200.14
HSL210.43º66.35%59.22%-
HSV(B)210.43º62.73%86.27%-
XYZ27.328.7771.82-
YUV137.65174.4788.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.14%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 220 (86.33% from 255) = 48.67%
R=18.14%
G=33.19%
B=48.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal821502200.630.3200.14210.4366.3559.22
Hex5296DC3F200Ed2423b
Octal122226334774001632210273
Binary1010010100101101101110011111110000001110110100101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5296DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5296DC; }

 p { color: rgb(82,150,220); }

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

<style>
 a { background-color: #5296DC; }

 a { background-color: rgb(82,150,220); }

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

<style>
 span { border-color: #5296DC; }

 span { border-color: rgb(82,150,220); }

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