#5693DA

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

Shades of Picton Blue #5693DA

Tints of Picton Blue #5693DA

Color information

#5693DA (or 0x5693DA) is unknown color: approx Picton Blue. HEX triplet: 56, 93 and DA. RGB value is (86,147,218). Sum of RGB (Red+Green+Blue) = 86+147+218=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #5693DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5693DA is #A96C25. Grayscale: #888888. Windows color (decimal): -11103270 or 14324566. OLE color: 14324566.

HSL color Cylindrical-coordinate representation of color #5693DA: hue angle of 212.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5693DA is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86147218-
CMYK0.610.3300.15
HSL212.27º64.08%59.61%-
HSV(B)212.27º60.55%85.49%-
XYZ26.9327.9170.3-
YUV136.85173.7991.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.07%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 218 (85.55% from 255) = 48.34%
R=19.07%
G=32.59%
B=48.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861472180.610.3300.15212.2764.0859.61
Hex5693DA3D210Fd4403c
Octal126223332754101732410074
Binary1010110100100111101101011110110000101111110101001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5693DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5693DA; }

 p { color: rgb(86,147,218); }

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

<style>
 a { background-color: #5693DA; }

 a { background-color: rgb(86,147,218); }

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

<style>
 span { border-color: #5693DA; }

 span { border-color: rgb(86,147,218); }

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