#539FDA

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

Shades of Picton Blue #539FDA

Tints of Picton Blue #539FDA

Color information

#539FDA (or 0x539FDA) is unknown color: approx Picton Blue. HEX triplet: 53, 9F and DA. RGB value is (83,159,218). Sum of RGB (Red+Green+Blue) = 83+159+218=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #539FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FDA is #AC6025. Grayscale: #8E8E8E. Windows color (decimal): -11296806 or 14327635. OLE color: 14327635.

HSL color Cylindrical-coordinate representation of color #539FDA: hue angle of 206.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #539FDA is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83159218-
CMYK0.620.2700.15
HSL206.22º64.59%59.02%-
HSV(B)206.22º61.93%85.49%-
XYZ28.6231.770.94-
YUV143170.3285.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.04%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=18.04%
G=34.57%
B=47.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831592180.620.2700.15206.2264.5959.02
Hex539FDA3E1B0Fce413b
Octal123237332763301731610173
Binary101001110011111110110101111101101101111110011101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,159,218); }

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

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

 a { background-color: rgb(83,159,218); }

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

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

 span { border-color: rgb(83,159,218); }

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