#539DDC

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

Shades of Picton Blue #539DDC

Tints of Picton Blue #539DDC

Color information

#539DDC (or 0x539DDC) is unknown color: approx Picton Blue. HEX triplet: 53, 9D and DC. RGB value is (83,157,220). Sum of RGB (Red+Green+Blue) = 83+157+220=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #539DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DDC is #AC6223. Grayscale: #8D8D8D. Windows color (decimal): -11297316 or 14458195. OLE color: 14458195.

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

Color convert

RGB83157220-
CMYK0.620.2900.14
HSL207.59º66.18%59.41%-
HSV(B)207.59º62.27%86.27%-
XYZ28.5431.1272.21-
YUV142.06171.9885.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.04%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=18.04%
G=34.13%
B=47.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal831572200.620.2900.14207.5966.1859.41
Hex539DDC3E1D0Ed0423b
Octal123235334763501632010273
Binary101001110011101110111001111101110101110110100001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539DDC; }

 p { color: rgb(83,157,220); }

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

<style>
 a { background-color: #539DDC; }

 a { background-color: rgb(83,157,220); }

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

<style>
 span { border-color: #539DDC; }

 span { border-color: rgb(83,157,220); }

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