#539EDA

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

Shades of Picton Blue #539EDA

Tints of Picton Blue #539EDA

Color information

#539EDA (or 0x539EDA) is unknown color: approx Picton Blue. HEX triplet: 53, 9E and DA. RGB value is (83,158,218). Sum of RGB (Red+Green+Blue) = 83+158+218=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #539EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EDA is #AC6125. Grayscale: #8E8E8E. Windows color (decimal): -11297062 or 14327379. OLE color: 14327379.

HSL color Cylindrical-coordinate representation of color #539EDA: hue angle of 206.67º 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 #539EDA is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83158218-
CMYK0.620.2800.15
HSL206.67º64.59%59.02%-
HSV(B)206.67º61.93%85.49%-
XYZ28.4531.3570.88-
YUV142.42170.6585.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.08%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 218 (85.55% from 255) = 47.49%
R=18.08%
G=34.42%
B=47.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831582180.620.2800.15206.6764.5959.02
Hex539EDA3E1C0Fcf413b
Octal123236332763401731710173
Binary101001110011110110110101111101110001111110011111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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