#539ACC

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

Shades of Picton Blue #539ACC

Tints of Picton Blue #539ACC

Color information

#539ACC (or 0x539ACC) is unknown color: approx Picton Blue. HEX triplet: 53, 9A and CC. RGB value is (83,154,204). Sum of RGB (Red+Green+Blue) = 83+154+204=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #539ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ACC is #AC6533. Grayscale: #8A8A8A. Windows color (decimal): -11298100 or 13408851. OLE color: 13408851.

HSL color Cylindrical-coordinate representation of color #539ACC: hue angle of 204.79º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539ACC is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB83154204-
CMYK0.590.2500.2
HSL204.79º54.26%56.27%-
HSV(B)204.79º59.31%80%-
XYZ26.0229.3161.41-
YUV138.47164.9888.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.82%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=18.82%
G=34.92%
B=46.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal831542040.590.2500.2204.7954.2656.27
Hex539ACC3B19014cd3638
Octal12323231473310243156670
Binary101001110011010110011001110111100101010011001101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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