#539DE3

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

Shades of Picton Blue #539DE3

Tints of Picton Blue #539DE3

Color information

#539DE3 (or 0x539DE3) is unknown color: approx Picton Blue. HEX triplet: 53, 9D and E3. RGB value is (83,157,227). Sum of RGB (Red+Green+Blue) = 83+157+227=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #539DE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DE3 is #AC621C. Grayscale: #8E8E8E. Windows color (decimal): -11297309 or 14916947. OLE color: 14916947.

HSL color Cylindrical-coordinate representation of color #539DE3: hue angle of 209.17º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539DE3 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB83157227-
CMYK0.630.3100.11
HSL209.17º72%60.78%-
HSV(B)209.17º63.44%89.02%-
XYZ29.4931.577.2-
YUV142.85175.4885.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.77%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 227 (89.06% from 255) = 48.61%
R=17.77%
G=33.62%
B=48.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal831572270.630.3100.11209.177260.78
Hex539DE33F1F0Bd1483d
Octal123235343773701332111075
Binary101001110011101111000111111111111101011110100011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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