#539AE2

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

Shades of Picton Blue #539AE2

Tints of Picton Blue #539AE2

Color information

#539AE2 (or 0x539AE2) is unknown color: approx Picton Blue. HEX triplet: 53, 9A and E2. RGB value is (83,154,226). Sum of RGB (Red+Green+Blue) = 83+154+226=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 226 (88.67% from 255 or 48.81% from 463); Max value from RGB is 226 - color contains mainly: blue. Hex color #539AE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539AE2 is #AC651D. Grayscale: #8C8C8C. Windows color (decimal): -11298078 or 14850643. OLE color: 14850643.

HSL color Cylindrical-coordinate representation of color #539AE2: hue angle of 210.21º degrees, saturation: 0.71, 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 #539AE2 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB83154226-
CMYK0.630.3200.11
HSL210.21º71.14%60.59%-
HSV(B)210.21º63.27%88.63%-
XYZ28.8530.4476.31-
YUV140.98175.9886.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.93%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 226 (88.67% from 255) = 48.81%
R=17.93%
G=33.26%
B=48.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal831542260.630.3200.11210.2171.1460.59
Hex539AE23F200Bd2473d
Octal123232342774001332210775
Binary1010011100110101110001011111110000001011110100101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,154,226); }

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

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

 a { background-color: rgb(83,154,226); }

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

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

 span { border-color: rgb(83,154,226); }

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