#539AC4

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

Shades of Picton Blue #539AC4

Tints of Picton Blue #539AC4

Color information

#539AC4 (or 0x539AC4) is unknown color: approx Picton Blue. HEX triplet: 53, 9A and C4. RGB value is (83,154,196). Sum of RGB (Red+Green+Blue) = 83+154+196=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #539AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539AC4 is #AC653B. Grayscale: #898989. Windows color (decimal): -11298108 or 12884563. OLE color: 12884563.

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

Color convert

RGB83154196-
CMYK0.580.2100.23
HSL202.3º48.92%54.71%-
HSV(B)202.3º57.65%76.86%-
XYZ25.0928.9456.49-
YUV137.56160.9889.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 196 (76.95% from 255) = 45.27%
R=19.17%
G=35.57%
B=45.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831541960.580.2100.23202.348.9254.71
Hex539AC43A15017ca3137
Octal12323230472250273126167
Binary101001110011010110001001110101010101011111001010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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