#539CC3

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

Shades of Picton Blue #539CC3

Tints of Picton Blue #539CC3

Color information

#539CC3 (or 0x539CC3) is unknown color: approx Picton Blue. HEX triplet: 53, 9C and C3. RGB value is (83,156,195). Sum of RGB (Red+Green+Blue) = 83+156+195=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #539CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CC3 is #AC633C. Grayscale: #8A8A8A. Windows color (decimal): -11297597 or 12819539. OLE color: 12819539.

HSL color Cylindrical-coordinate representation of color #539CC3: hue angle of 200.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #539CC3 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB83156195-
CMYK0.570.2000.24
HSL200.89º48.28%54.51%-
HSV(B)200.89º57.44%76.47%-
XYZ25.3129.5656-
YUV138.62159.8288.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.12%
GREEN value IS 156 (61.33% from 255) = 35.94%
BLUE value IS 195 (76.56% from 255) = 44.93%
R=19.12%
G=35.94%
B=44.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831561950.570.2000.24200.8948.2854.51
Hex539CC33914018c93037
Octal12323430371240303116067
Binary101001110011100110000111110011010001100011001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,156,195); }

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

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

 a { background-color: rgb(83,156,195); }

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

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

 span { border-color: rgb(83,156,195); }

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