#539BE1

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

Shades of Picton Blue #539BE1

Tints of Picton Blue #539BE1

Color information

#539BE1 (or 0x539BE1) is unknown color: approx Picton Blue. HEX triplet: 53, 9B and E1. RGB value is (83,155,225). Sum of RGB (Red+Green+Blue) = 83+155+225=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #539BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BE1 is #AC641E. Grayscale: #8D8D8D. Windows color (decimal): -11297823 or 14785363. OLE color: 14785363.

HSL color Cylindrical-coordinate representation of color #539BE1: hue angle of 209.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539BE1 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83155225-
CMYK0.630.3100.12
HSL209.58º70.3%60.39%-
HSV(B)209.58º63.11%88.24%-
XYZ28.8830.7275.64-
YUV141.45175.1586.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.93%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=17.93%
G=33.48%
B=48.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831552250.630.3100.12209.5870.360.39
Hex539BE13F1F0Cd2463c
Octal123233341773701432210674
Binary101001110011011111000011111111111101100110100101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,155,225); }

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

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

 a { background-color: rgb(83,155,225); }

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

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

 span { border-color: rgb(83,155,225); }

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