#539AC8

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

Shades of Picton Blue #539AC8

Tints of Picton Blue #539AC8

Color information

#539AC8 (or 0x539AC8) is unknown color: approx Picton Blue. HEX triplet: 53, 9A and C8. RGB value is (83,154,200). Sum of RGB (Red+Green+Blue) = 83+154+200=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #539AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539AC8 is #AC6537. Grayscale: #898989. Windows color (decimal): -11298104 or 13146707. OLE color: 13146707.

HSL color Cylindrical-coordinate representation of color #539AC8: hue angle of 203.59º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #539AC8 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB83154200-
CMYK0.580.2300.22
HSL203.59º51.54%55.49%-
HSV(B)203.59º58.5%78.43%-
XYZ25.5529.1258.92-
YUV138.02162.9888.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.99%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 200 (78.52% from 255) = 45.77%
R=18.99%
G=35.24%
B=45.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831542000.580.2300.22203.5951.5455.49
Hex539AC83A17016cc3437
Octal12323231072270263146467
Binary101001110011010110010001110101011101011011001100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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