#539ACA

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

Shades of Picton Blue #539ACA

Tints of Picton Blue #539ACA

Color information

#539ACA (or 0x539ACA) is unknown color: approx Picton Blue. HEX triplet: 53, 9A and CA. RGB value is (83,154,202). Sum of RGB (Red+Green+Blue) = 83+154+202=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #539ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ACA is #AC6535. Grayscale: #898989. Windows color (decimal): -11298102 or 13277779. OLE color: 13277779.

HSL color Cylindrical-coordinate representation of color #539ACA: hue angle of 204.2º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539ACA is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83154202-
CMYK0.590.2400.21
HSL204.2º52.89%55.88%-
HSV(B)204.2º58.91%79.22%-
XYZ25.7829.2160.16-
YUV138.24163.9888.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.91%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=18.91%
G=35.08%
B=46.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831542020.590.2400.21204.252.8955.88
Hex539ACA3B18015cc3538
Octal12323231273300253146570
Binary101001110011010110010101110111100001010111001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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